fixup! Add convenience script for building statically-linked pihelper & dependencies for Android
This commit is contained in:
parent
4f90022558
commit
6999ea7150
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ package() {
|
|||
for ARCH in $ANDROID_ARCHS; do
|
||||
(
|
||||
export ABI="$(get_abi $ARCH)"
|
||||
cd android
|
||||
cd $BUILD_DIR/android
|
||||
cp -r $ARCH/include .
|
||||
mv $ARCH/lib/*.a $ARCH/lib/*.la $ARCH/
|
||||
rm -rf $ARCH/{bin,lib,include,share}
|
||||
|
|
Loading…
Reference in a new issue