Home
last modified time | relevance | path

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

/external/deqp/scripts/android/
Dbuild_apk.py83 def getBuildToolsPath (self): member in SDKEnv
204 if which(tool, [self.env.sdk.getBuildToolsPath()]) == None:
432 aaptPath = which("aapt", [config.env.sdk.getBuildToolsPath()])
525 dxPath = which("dx", [config.env.sdk.getBuildToolsPath()])
584 aaptPath = which("aapt", [config.env.sdk.getBuildToolsPath()])
608 aaptPath = which("aapt", [config.env.sdk.getBuildToolsPath()])
791 zipalignPath = os.path.join(config.env.sdk.getBuildToolsPath(), "zipalign")