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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user