Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/scripts/android/
H A Dbuild_apk.py85 def getBuildToolsPath (self): member in SDKEnv
213 if which(self.dCompilerName, [self.env.sdk.getBuildToolsPath()]) == None:
219 if which(tool, [self.env.sdk.getBuildToolsPath()]) == None:
220 raise Exception("Missing Android build tool: %s in %s" % (tool, self.env.sdk.getBuildToolsPath()))
473 aaptPath = which("aapt", [config.env.sdk.getBuildToolsPath()])
566 dxPath = which(config.dCompilerName, [config.env.sdk.getBuildToolsPath()])
629 aaptPath = which("aapt", [config.env.sdk.getBuildToolsPath()])
656 aaptPath = which("aapt", [config.env.sdk.getBuildToolsPath()])
811 apksigner = which("apksigner", [config.env.sdk.getBuildToolsPath()])
847 zipalignPath = os.path.join(config.env.sdk.getBuildToolsPath(), "zipalig
[all...]

Completed in 2 milliseconds