Try building working binaries for non-ancient Android

Based on help from admin@hypothermic.nl
This commit is contained in:
Erik Ekman
2017-10-22 11:54:08 +02:00
parent 72bdf7f20e
commit 99c0efc467
2 changed files with 27 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ cross-android-old:
#Position-indepedent build for modern android
cross-android:
@(cd src; $(MAKE) base64u.c)
@(cd src; ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=Android.mk APP_PLATFORM=android-16)
@(cd src; ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=Android.16.mk APP_PLATFORM=android-16)
iodine-latest-android.zip: iodine-latest
@mv iodine-latest iodine-latest-android