mirror of
https://github.com/radareorg/radare2
synced 2026-08-22 20:23:32 -04:00
Fix the android-sdk CI job
This commit is contained in:
parent
9080d24cea
commit
1083479d35
1 changed files with 3 additions and 1 deletions
|
|
@ -64,7 +64,9 @@ buildAbi() {
|
|||
export RANLIB=llvm-ranlib
|
||||
|
||||
echo "Building Android SDK libraries for $android_abi (API $ANDROID_API)"
|
||||
"$make" mrproper
|
||||
if [ -f libr/config.mk ]; then
|
||||
"$make" mrproper
|
||||
fi
|
||||
cp -f "$PLUGINS_CFG" plugins.cfg
|
||||
./configure --with-compiler=android --with-ostype=android \
|
||||
--target="$target" --prefix="$PREFIX" --with-libr \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue