android: Install platform-tools binaries on all OSes
This commit is contained in:
@@ -8,7 +8,7 @@ deployAndroidPackage {
|
|||||||
addAutoPatchelfSearchPath $packageBaseDir/lib64
|
addAutoPatchelfSearchPath $packageBaseDir/lib64
|
||||||
autoPatchelf --no-recurse $packageBaseDir/lib64
|
autoPatchelf --no-recurse $packageBaseDir/lib64
|
||||||
autoPatchelf --no-recurse $packageBaseDir
|
autoPatchelf --no-recurse $packageBaseDir
|
||||||
|
'' + ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cd $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
|
find $out/libexec/android-sdk/platform-tools -type f -executable -mindepth 1 -maxdepth 1 -not -name sqlite3 | while read i
|
||||||
|
|||||||
Reference in New Issue
Block a user