Home
last modified time | relevance | path

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

/art/test/odsign/test-src/com/android/tests/odsign/
DOdsignTestUtils.java322 String abiList64 = mTestInfo.getDevice().getProperty("ro.product.cpu.abilist64"); in getZygoteNamesAndIsas() local
323 if (abiList64 != null && !abiList64.isEmpty()) { in getZygoteNamesAndIsas()
324 namesAndIsas.put(ZYGOTE_64_NAME, getInstructionSet(abiList64.split(",")[0])); in getZygoteNamesAndIsas()