forked from mirrors/nixpkgs
android: Install platform-tools binaries on all OSes
This commit is contained in:
parent
9abc97dc65
commit
2e79c2d969
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue