Home
last modified time | relevance | path

Searched defs:buildRoot (Results 1 – 3 of 3) sorted by relevance

/external/deqp/android/scripts/
Dbuild.py47 def getNativeBuildDir (buildRoot, nativeLib, buildType): argument
51 def getAssetsDir (buildRoot, nativeLib, buildType): argument
54 def buildNative (buildRoot, libTargetDir, nativeLib, buildType): argument
97 def buildApp (buildRoot, androidBuildType, javaApi): argument
147 def build (buildRoot=common.ANDROID_DIR, androidBuildType='debug', nativeBuildType="Release", javaA… argument
/external/vogar/src/vogar/android/
DHostRuntime.java84 String buildRoot = System.getenv("ANDROID_BUILD_TOP"); in newVmCommandBuilder() local
DAndroidSdk.java168 String buildRoot = System.getenv("ANDROID_BUILD_TOP"); in filterNonExistentPathsFrom() local