Searched defs:buildRoot (Results 1 – 2 of 2) sorted by relevance
8 "buildRoot": "${projectDir}\\out\\build\\${name}", string19 "buildRoot": "${projectDir}\\out\\build\\${name}", string31 "buildRoot": "${projectDir}\\out\\build\\${name}", string43 "buildRoot": "${projectDir}\\out\\build\\${name}", string
290 String buildRoot = System.getenv("ANDROID_BUILD_TOP"); in filterNonExistentPathsFrom() local