3
0
Fork 0
forked from mirrors/nixpkgs

android: Install platform-tools binaries on all OSes

This commit is contained in:
Kirill Elagin 2019-10-20 10:07:24 +03:00 committed by Lassulus
parent 9abc97dc65
commit 2e79c2d969

View file

@ -8,7 +8,7 @@ deployAndroidPackage {
addAutoPatchelfSearchPath $packageBaseDir/lib64
autoPatchelf --no-recurse $packageBaseDir/lib64
autoPatchelf --no-recurse $packageBaseDir
'' + ''
mkdir -p $out/bin
cd $out/bin
find $out/libexec/android-sdk/platform-tools -type f -executable -mindepth 1 -maxdepth 1 -not -name sqlite3 | while read i