[tor-commits] [orbot/master] abi codes no longer used.

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Dec 22 21:55:09 UTC 2021


commit 92693d6691f86d872456458ee8289c92d431e201
Author: sisbell <shane.isbell at gmail.com>
Date:   Sun Aug 1 13:15:17 2021 -0700

    abi codes no longer used.
---
 commons-device.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/commons-device.gradle b/commons-device.gradle
index 02f92f21..2a0ec4a2 100644
--- a/commons-device.gradle
+++ b/commons-device.gradle
@@ -4,8 +4,6 @@
 apply plugin: 'com.android.application'
 apply from: "../commons.gradle"
 
-ext.abiCodes = ['armeabi-v7a': '1', 'arm64-v8a': '2', 'mips': '3', 'x86': '4', 'x86_64': '5']
-
 ext.createKeyStoreProperties = { ->
     def keystorePropertiesFile = rootProject.file("keystore.properties")
     def properties = new Properties()





More information about the tor-commits mailing list