Home
last modified time | relevance | path

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

/external/deqp/scripts/android/
Dbuild_apk.py97 def getAbiPrebuiltsName (abiName): argument
105 if not abiName in prebuilts:
106 raise Exception("Unknown ABI: " + abiName)
108 return prebuilts[abiName]
236 def __init__ (self, abiName): argument
237 self.abiName = abiName
240 return getNativeBuildPath(config, self.abiName)
326 def getNativeBuildPath (config, abiName): argument
327 …return os.path.join(config.buildPath, "%s-%s-%d" % (abiName, config.nativeBuildType, config.native…
329 def buildNativeLibrary (config, abiName): argument
[all …]