Home
last modified time | relevance | path

Searched defs:ARM_ABIS (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DAbiUtils.java58 protected static final Set<String> ARM_ABIS = new HashSet<String>(); field in AbiUtils
102 ARCH_TO_ABIS.put(BASE_ARCH_ARM, ARM_ABIS); in ARCH_TO_ABIS.put() argument
103 ARCH_TO_ABIS.put(ARCH_ARM64, ARM_ABIS); in ARCH_TO_ABIS.put() argument