Home
last modified time | relevance | path

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

/external/devlib/devlib/
Dtarget.py107 def supported_abi(self): member in Target
900 def supported_abi(self): member in AndroidTarget
911 for supported_abi in result:
914 if supported_abi in architectures and abi not in mapped_result:
918 if not found and supported_abi not in mapped_result:
919 mapped_result.append(supported_abi)