Searched refs:BuildRoot (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/scripts/android/ |
H A D | build_apk.py | 246 class BuildRoot (ResolvablePathComponent): class 435 return [BuildRoot(), self.appDirName, "assets"] 438 return [BuildRoot(), self.appDirName, "bin", "classes.jar"] 441 return [BuildRoot(), self.appDirName, "bin",] 444 return [BuildRoot(), self.appDirName, "bin", "classes.dex"] 447 return [BuildRoot(), self.appDirName, "bin", self.appName + ".apk"] 486 "-J", resolvePath(config, [BuildRoot(), self.package.getAppDirName(), "src"]), 500 srcPaths.append([BuildRoot(), self.package.getAppDirName(), "src"]) # Generated sources 519 objPath = resolvePath(config, [BuildRoot(), self.package.getAppDirName(), "obj"]) 586 self.keystorePath = [BuildRoot(), "debu [all...] |
Completed in 2 milliseconds