Skip to content

[tool] Implement exe linker for android clang toolchain - #1383

Merged
Aidan63 merged 3 commits into
HaxeFoundation:masterfrom
tobil4sk:feature/android-clang-exe-link
Sep 3, 2026
Merged

[tool] Implement exe linker for android clang toolchain#1383
Aidan63 merged 3 commits into
HaxeFoundation:masterfrom
tobil4sk:feature/android-clang-exe-link

Conversation

@tobil4sk

@tobil4sk tobil4sk commented Sep 2, 2026

Copy link
Copy Markdown
Member

This implements the exe linker for android (for the modern clang toolchain), so it is possible to generate executables to run in the android shell. For example, this restores the std test hxml for android to a working state.

Closes #1016.

This allows building shell binaries for android
32 bit architectures are not supported on modern devices, so arm64 is a
more sensible choice for this hxml.

/data/local/tmp is writable by default, so it's better to use that
instead of /storage. Let's also clean up after ourselves
@Aidan63
Aidan63 merged commit 8362f3b into HaxeFoundation:master Sep 3, 2026
145 checks passed
@tobil4sk
tobil4sk deleted the feature/android-clang-exe-link branch September 3, 2026 08:03
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.

Android Shell undefined reference to `_hxcpp_argc'

2 participants