Lines Matching refs:getBuildToolsPath
85 def getBuildToolsPath (self):
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(), "zipalign")