HomeSort by relevance Sort by last modified time
    Searched refs:buildRoot (Results 1 - 9 of 9) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/build/
LocalSdkBuildProvider.java 94 String buildRoot = System.getenv("ANDROID_BUILD_TOP");
96 if (buildRoot != null) {
109 String path = FileUtil.getPath(buildRoot, "out", "host", osPath, "sdk",
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
InstallBuildEnvApkSetup.java 71 String buildRoot = System.getenv("ANDROID_PRODUCT_OUT");
72 if (buildRoot == null) {
76 File testAppDir = new File(FileUtil.getPath(buildRoot, "data", "app"));
  /external/robolectric-shadows/scripts/
build-android.sh 23 buildRoot=$1
25 if [[ ! -d $buildRoot ]]; then
26 echo $buildRoot is not a directory
36 buildRoot=$(cd $buildRoot; pwd)
43 ANDROID_SOURCES_BASE=${buildRoot}
  /external/deqp/scripts/
make_release.py 227 buildRoot = os.path.join(packageBuildInfo.tmpBasePath, "android-build")
229 assert not os.path.exists(buildRoot)
230 os.makedirs(buildRoot)
238 "--build-root=%s" % buildRoot,
241 srcFile = os.path.normpath(os.path.join(buildRoot, "package", "bin", "dEQP-debug.apk"))
  /external/vogar/src/vogar/android/
AndroidSdk.java 259 String buildRoot = System.getenv("ANDROID_BUILD_TOP");
261 File file = new File(buildRoot, path);
  /external/deqp/scripts/android/
install_apk.py 185 dest='buildRoot',
217 apkPath = getAPKPath(args.buildRoot, args.target)
build_apk.py 236 class BuildRoot (ResolvablePathComponent):
398 return [BuildRoot(), self.appDirName, "assets"]
401 return [BuildRoot(), self.appDirName, "bin", "classes.jar"]
404 return [BuildRoot(), self.appDirName, "bin", "classes.dex"]
407 return [BuildRoot(), self.appDirName, "bin", self.appName + ".apk"]
446 "-J", resolvePath(config, [BuildRoot(), self.package.getAppDirName(), "src"]),
460 srcPaths.append([BuildRoot(), self.package.getAppDirName(), "src"]) # Generated sources
479 objPath = resolvePath(config, [BuildRoot(), self.package.getAppDirName(), "obj"])
542 self.keystorePath = [BuildRoot(), "debug.keystore"]
569 self.dstPath = [BuildRoot(), self.package.getAppDirName(), "tmp", "base.apk"
    [all...]
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 191 milliseconds