-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert shell/platform/common/BUILD.gn #116
Revert shell/platform/common/BUILD.gn #116
Conversation
* Required for x64 builds Signed-off-by: MuHong Byun <[email protected]>
The difference is quite obvious. Compare the sizes of the embedders (libflutter_tizen*.so) and you will see the difference. |
Signed-off-by: MuHong Byun <[email protected]>
@swift-kim Oh, In that case, How about now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bwikbs Looks fine!
Co-authored-by: Boram Bae <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Revert shell/platform/common/BUILD.gn * Required for x64 builds Signed-off-by: MuHong Byun <[email protected]> * Changed not to be included in Tizen Signed-off-by: MuHong Byun <[email protected]> * Apply review's comment Co-authored-by: Boram Bae <[email protected]> Co-authored-by: Boram Bae <[email protected]>
* Revert shell/platform/common/BUILD.gn * Required for x64 builds Signed-off-by: MuHong Byun <[email protected]> * Changed not to be included in Tizen Signed-off-by: MuHong Byun <[email protected]> * Apply review's comment Co-authored-by: Boram Bae <[email protected]> Co-authored-by: Boram Bae <[email protected]>
* Revert shell/platform/common/BUILD.gn * Required for x64 builds Signed-off-by: MuHong Byun <[email protected]> * Changed not to be included in Tizen Signed-off-by: MuHong Byun <[email protected]> * Apply review's comment Co-authored-by: Boram Bae <[email protected]> Co-authored-by: Boram Bae <[email protected]>
* Revert shell/platform/common/BUILD.gn * Required for x64 builds * Changed not to be included in Tizen Signed-off-by: MuHong Byun <[email protected]> Co-authored-by: Boram Bae <[email protected]>
* Revert shell/platform/common/BUILD.gn * Required for x64 builds * Changed not to be included in Tizen Signed-off-by: MuHong Byun <[email protected]> Co-authored-by: Boram Bae <[email protected]>
* Revert shell/platform/common/BUILD.gn * Required for x64 builds * Changed not to be included in Tizen Signed-off-by: MuHong Byun <[email protected]> Co-authored-by: Boram Bae <[email protected]>
* Revert shell/platform/common/BUILD.gn * Required for x64 builds * Changed not to be included in Tizen Signed-off-by: MuHong Byun <[email protected]> Co-authored-by: Boram Bae <[email protected]>
* Revert shell/platform/common/BUILD.gn * Required for x64 builds * Changed not to be included in Tizen Signed-off-by: MuHong Byun <[email protected]> Co-authored-by: Boram Bae <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@28eead2...0182a2c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Revert shell/platform/common/BUILD.gn * Required for x64 builds * Changed not to be included in Tizen Signed-off-by: MuHong Byun <[email protected]> Co-authored-by: Boram Bae <[email protected]>
For running embedder's unit test, I need x64 build.
(I am modifying the embedder API for the
FlutterEngineGroup
API, and I want to add a unit test.)Unfortunately, modification of BUILD.gn are preventing that task.
This change came from here, I couldn't find a reason. previous_work
Does anyone know the history?
Can I reverse this?