Merge pull request #12447 from gpyh/fix-android-build-tools

Renamed subdirectories in Android SKD's build-tools
This commit is contained in:
Tobias Geerinckx-Rice 2016-01-18 02:35:59 +01:00
commit 5db2412159
2 changed files with 3 additions and 2 deletions

View file

@ -219,7 +219,7 @@ stdenv.mkDerivation rec {
fi
done
for i in $out/libexec/android-sdk-*/build-tools/android-*/*
for i in $out/libexec/android-sdk-*/build-tools/*/*
do
if [ ! -d $i ] && [ -x $i ]
then

View file

@ -18,10 +18,11 @@ stdenv.mkDerivation rec {
mkdir -p $out/build-tools
cd $out/build-tools
unzip $src
mv android-* ${version}
${stdenv.lib.optionalString (stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux")
''
cd android-*
cd ${version}
# Patch the interpreter
for i in aapt aidl bcc_compat dexdump llvm-rs-cc