[tor-commits] [orbot/master] add armeabi-v7a build to split APKs

n8fr8 at torproject.org n8fr8 at torproject.org
Mon May 14 19:34:41 UTC 2018


commit 9a1e6fce8f008f8c4cd4c6cef13c21852d1ea61a
Author: n8fr8 <nathan at freitas.net>
Date:   Mon May 14 12:45:02 2018 -0400

    add armeabi-v7a build to split APKs
---
 app/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/build.gradle b/app/build.gradle
index 1b23a441..5382fe6e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -64,7 +64,7 @@ android {
             reset()
 
             // Specifies a list of ABIs that Gradle should create APKs for.
-            include "x86", "armeabi"
+            include "x86", "armeabi", "armeabi-v7a"
 
             // Specifies that we do not want to also generate a universal APK that includes all ABIs.
             universalApk true





More information about the tor-commits mailing list