diff options
Diffstat (limited to 'versions')
| -rw-r--r-- | versions | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -47,6 +47,7 @@ ANDROID_CMDLINE_TOOLS_SHA256=7ec965280a073311c339e571cd5de778b9975026cfcbe79f2b1 GRADLE_SHA256=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab # Native ABIs to build, and to ship in the APK. arm64-v8a is every current -# phone; x86_64 covers x86 Android devices and the emulator. Add armeabi-v7a to -# support 32-bit phones. Keep this in step with abiFilters in app/build.gradle. +# phone; x86_64 covers x86 Android devices and the emulator. Another ABI needs a +# case in rsync/build.sh, rsh/build.sh, and ci/verify-apk.sh, and abiFilters in +# app/build.gradle kept in step with this line. ABIS="arm64-v8a x86_64" |