Fix the android-sdk CI job

This commit is contained in:
pancake 2026-07-17 14:21:24 +02:00
parent 9080d24cea
commit 1083479d35

View file

@ -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 \