androidenv: fix the $out/bin symlink for ndk-bundle
This commit is contained in:
parent
54a50114c7
commit
c89b2de425
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ deployAndroidPackage {
|
|||
mkdir -p $out/bin
|
||||
for i in ndk-build
|
||||
do
|
||||
ln -sf ../../libexec/android-sdk/ndk-bundle/$i $out/bin/$i
|
||||
ln -sf ../libexec/android-sdk/ndk-bundle/$i $out/bin/$i
|
||||
done
|
||||
'';
|
||||
noAuditTmpdir = true; # Audit script gets invoked by the build/ component in the path for the make standalone script
|
||||
|
|
Loading…
Reference in a new issue