Home
last modified time | relevance | path

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

/external/deqp/scripts/android/
Dbuild_apk.py82 def getBuildToolsPath (self): member in SDKEnv
209 if which(tool, [self.env.sdk.getBuildToolsPath()]) == None:
433 aaptPath = which("aapt", [config.env.sdk.getBuildToolsPath()])
526 dxPath = which("dx", [config.env.sdk.getBuildToolsPath()])
585 aaptPath = which("aapt", [config.env.sdk.getBuildToolsPath()])
609 aaptPath = which("aapt", [config.env.sdk.getBuildToolsPath()])
770 zipalignPath = os.path.join(config.env.sdk.getBuildToolsPath(), "zipalign")