Lines Matching refs:buildPath
174 def __init__(self, env, buildPath, abis, nativeApi, javaApi, minApi, nativeBuildType, gtfTarget, verbose, layers, angle):
177 self.buildPath = buildPath
248 return config.buildPath
265 return os.path.join(config.buildPath, self.package.getAppDirName(), "src", packageDir, "R.java")
342 return os.path.join(config.buildPath, "%s-%s-%d" % (abiName, config.nativeBuildType, config.nativeApi))
709 self.buildPath = [NativeBuildPath(abi)]
716 self.buildPath + ["assets"]
723 def getAssetFiles (buildPath):
724 allFiles = BuildStep.expandPathsToFiles([os.path.join(buildPath, "assets")])
725 return [os.path.relpath(p, buildPath) for p in allFiles]
730 buildPath = resolvePath(config, self.buildPath)
731 assetFiles = AddAssetsToAPK.getAssetFiles(buildPath)
735 addFilesToAPK(config, dstPath, buildPath, assetFiles)
1028 buildPath = os.path.realpath(args.buildRoot)
1030 config = Configuration(env, buildPath, abis=args.abis, nativeApi=args.nativeApi, javaApi=args.javaApi, minApi=args.minApi, nativeBuildType=args.nativeBuildType, gtfTarget=args.gtfTarget,
1049 print("Built %s" % os.path.join(buildPath, getBuildRootRelativeAPKPath(pkg)))