mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-24 20:17:49 +00:00
Try building working binaries for non-ancient Android
Based on help from admin@hypothermic.nl
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user