Skip to content
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

Unsupport the Linux x64 build #248

Merged
merged 5 commits into from
Feb 28, 2022

Conversation

swift-kim
Copy link
Member

Part of #239.

  • Undefine __X64_SHELL__ and remove any related code.
  • Remove or rename files whose names end with _linux.cc or _tizen.cc.
  • Rename GetExecutableDirectory to GetBinDirectory and refactor. (Related to Add a fallback route for GetExecutableDirectory #240.)
  • Organize BUILD.gn.

Note: Two files (platform_channel_tizen.cc, settings_channel_tizen.cc) still have the _tizen.cc suffix in their names. Those files will be refactored properly in subsequent PRs.

@bbrto21 bbrto21 merged commit ccb8911 into flutter-tizen:flutter-2.10.1-tizen Feb 28, 2022
swift-kim added a commit that referenced this pull request May 12, 2022
* Remove x64-specific files and organize BUILD.gn

* Remove obsolete Linux-specific code

* Rename external_texture_surface_gl.cc and system_utils.cc

* Simplify GetExecutableDirectory

* Clean up
swift-kim added a commit that referenced this pull request Aug 5, 2022
* Remove x64-specific files and organize BUILD.gn

* Remove obsolete Linux-specific code

* Rename external_texture_surface_gl.cc and system_utils.cc

* Simplify GetExecutableDirectory

* Clean up
swift-kim added a commit that referenced this pull request Sep 1, 2022
* Remove x64-specific files and organize BUILD.gn

* Remove obsolete Linux-specific code

* Rename external_texture_surface_gl.cc and system_utils.cc

* Simplify GetExecutableDirectory

* Clean up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants