add script for packaging archive with android binaries

This commit is contained in:
r4sas 2019-03-22 23:17:39 +00:00
parent 3d4d260a34
commit a6642e0ebc
4 changed files with 85 additions and 5 deletions

View file

@ -1,8 +1,8 @@
#APP_ABI := all
#APP_ABI := armeabi-v7a x86
#APP_ABI := x86
#APP_ABI := x86_64
APP_ABI := armeabi-v7a
APP_ABI := all
#APP_ABI += x86
#APP_ABI += x86_64
#APP_ABI += armeabi-v7a
#APP_ABI += arm64-v8a
#can be android-3 but will fail for x86 since arch-x86 is not present at ndkroot/platforms/android-3/ . libz is taken from there.
APP_PLATFORM := android-14