Skip to content
  • Thomas Guillem's avatar
    build: add multiple ABI build · 3ef336c2
    Thomas Guillem authored
    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.
    3ef336c2