build: add multiple ABI build
ANDROID_ABI can now contains more than one ABI. For example: ANDROID_ABI="armeabi-v7a x86" ./compile.sh will build an apk containing armeabi-v7a and x86 libs.
Showing
Please register or sign in to comment
ANDROID_ABI can now contains more than one ABI. For example: ANDROID_ABI="armeabi-v7a x86" ./compile.sh will build an apk containing armeabi-v7a and x86 libs.