-
Notifications
You must be signed in to change notification settings - Fork 70
Support x64 emulator #665
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
Merged
Merged
Support x64 emulator #665
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2c531fd to
f5eb211
Compare
[x64 engine debug] flutter/tools/gn \ --target-os linux \ --linux-cpu x64 \ --no-goma \ --target-triple x86_64-linux-gnueabi \ --runtime-mode debug \ --enable-fontconfig \ --disable-desktop-embeddings ninja -C out/linux_debug_x64 flutter_engine_library cp -v /home/junsu/dev/os/f-project/flutter/engine/src/out/linux_debug_x64/libflutter_engine.so /home/junsu/dev/os/f-project/flutter-tizen/flutter/bin/cache/artifacts/engine/tizen-x64-debug/libflutter_engine.so cp -v /home/junsu/dev/os/f-project/flutter/engine/src/out/linux_debug_x64/icudtl.dat /home/junsu/dev/os/f-project/flutter-tizen/flutter/bin/cache/artifacts/engine/tizen-x64-debug/icudtl.dat [x64 engine release] target_cpu flutter/tools/gn \ --target-os linux \ --linux-cpu x64 \ --no-goma \ --target-triple x86_64-linux-gnueabi \ --runtime-mode release \ --enable-fontconfig \ --no-prebuilt-dart-sdk \ --disable-desktop-embeddings ninja -C out/linux_release_x64 flutter_engine_library mkdir /home/junsu/dev/os/f-project/flutter-tizen/flutter/bin/cache/artifacts/engine/tizen-x64-release cp -v /home/junsu/dev/os/f-project/flutter/engine/src/out/linux_release_x64/libflutter_engine.so /home/junsu/dev/os/f-project/flutter-tizen/flutter/bin/cache/artifacts/engine/tizen-x64-release/libflutter_engine.so cp -v /home/junsu/dev/os/f-project/flutter/engine/src/out/linux_release_x64/icudtl.dat /home/junsu/dev/os/f-project/flutter-tizen/flutter/bin/cache/artifacts/engine/tizen-x64-release/icudtl.dat ninja -C out/linux_release_x64 gen_snapshot mkdir /home/junsu/dev/os/f-project/flutter-tizen/flutter/bin/cache/artifacts/engine/tizen-x64-release/linux-x64/ cp -v /home/junsu/dev/os/f-project/flutter/engine/src/out/linux_release_x64/gen_snapshot /home/junsu/dev/os/f-project/flutter-tizen/flutter/bin/cache/artifacts/engine/tizen-x64-release/linux-x64/ [x64 Embedder] tools/gn --target-cpu x64 --target-toolchain /usr/lib/llvm-15 ninja -C out/tizen_x64 cp -v /home/junsu/dev/os/f-project/embedder/src/out/tizen_x64/libflutter_tizen_*.so /home/junsu/dev/os/f-project/flutter-tizen/flutter/bin/cache/artifacts/engine/tizen-x64/6.5/
seungsoo47
reviewed
Sep 19, 2025
seungsoo47
approved these changes
Sep 19, 2025
JSUYA
added a commit
to JSUYA/flutter-tizen
that referenced
this pull request
Sep 19, 2025
Reverts some of the changes made incorrectly in flutter-tizen#665.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
issue - #554
embedder - flutter-tizen/embedder#118
engine - flutter-tizen/flutter#13
(This build only works when the host is a Linux x64 environment.)
(The emulator64 rootstrap in the Tizen SDK was released starting from version 8.0.)