Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/module/
DNativeBridgeModuleController.java47 String moduleArch = AbiUtils.getBaseArchForAbi(moduleAbi.getName()); in shouldRun() local
51 if (deviceArch.equals(moduleArch)) { in shouldRun()