Searched refs:ABIS_32BIT (Results 1 – 1 of 1) sorted by relevance
31 private static final Set<String> ABIS_32BIT = new HashSet<String>(); field in AbiUtils63 ABIS_32BIT.add("armeabi-v7a");64 ABIS_32BIT.add("x86");65 ABIS_32BIT.add("mips");180 return ABIS_32BIT.contains(name) ? "32" : "64"; in getBitness()