androidenv: fix the $out/bin symlink for ndk-bundle

This commit is contained in:
edef 2019-05-24 02:29:45 +00:00
parent 54a50114c7
commit c89b2de425

View file

@ -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