-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Androidndk standalone toolchain support #45757
Androidndk standalone toolchain support #45757
Conversation
Python path needs to be absolute and the generated scripts will use also an absolute path to `bash`.
045739a
to
ba6a199
Compare
@matthewbauer ping |
Example: ``` let toolchain = (androidenv.androidndk.makeStandaloneToolchain 24 "arm64"); in ... ```
ba6a199
to
dd0b3da
Compare
@GrahamcOfBorg build pkgsCross.aarch64-android-prebuilt.hello |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: pkgsCross.aarch64-android-prebuilt.hello Partial log (click to expand)
|
No attempt on aarch64-linux (full log) The following builds were skipped because they don't evaluate on aarch64-linux: pkgsCross.androidndk.android64.gmp Partial log (click to expand)
|
No attempt on aarch64-linux (full log) The following builds were skipped because they don't evaluate on aarch64-linux: pkgsCross.android64.gmp Partial log (click to expand)
|
No attempt on aarch64-linux (full log) The following builds were skipped because they don't evaluate on aarch64-linux: pkgsCross.aarch64-android-prebuilt.hello Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: pkgsCross.aarch64-android-prebuilt.hello Partial log (click to expand)
|
Motivation for this change
I wanted to use the android standalone toolchain ;)
Now a standalone toolchain is available via:
CC @matthewbauer
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)