Home
last modified time | relevance | path

Searched refs:abiList32 (Results 1 – 1 of 1) sorted by relevance

/art/test/odsign/test-src/com/android/tests/odsign/
DOdsignTestUtils.java326 String abiList32 = mTestInfo.getDevice().getProperty("ro.product.cpu.abilist32"); in getZygoteNamesAndIsas() local
327 if (abiList32 != null && !abiList32.isEmpty()) { in getZygoteNamesAndIsas()
328 namesAndIsas.put(ZYGOTE_32_NAME, getInstructionSet(abiList32.split(",")[0])); in getZygoteNamesAndIsas()