mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/android-tools: Align with new template.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
22eafba93d
commit
c7ee5a341a
1 changed files with 3 additions and 2 deletions
|
@ -117,10 +117,11 @@ find . \
|
|||
mkdir -p boringssl/build
|
||||
cd boringssl/build
|
||||
cmake -GNinja ..
|
||||
ninja crypto/libcrypto.a
|
||||
"${NINJA:=ninja}"
|
||||
$NINJA crypto/libcrypto.a
|
||||
cd ../..
|
||||
|
||||
ninja
|
||||
$INJA
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
install -D -m 0755 adb $PKG/usr/bin/adb
|
||||
|
|
Loading…
Reference in a new issue