/aosp12/frameworks/multidex/ |
H A D | build.gradle | 52 buildDir = new File(System.env.OUT_DIR + '/gradle/frameworks/support/build').getCanonicalFile() 55 buildDir = file('../../out/host/gradle/frameworks/support/build') 59 ext.supportRepoOut = new File(buildDir, 'support_repo') 78 // Change buildDir first so that all plugins pick up the new value. 79 project.buildDir = project.file("${project.parent.buildDir}/../${project.name}/build")
|
/aosp12/build/blueprint/bootstrap/minibp/ |
H A D | main.go | 38 func (c Config) RemoveAbandonedFilesUnder(buildDir string) (under, exempt []string) { 40 under = []string{filepath.Join(buildDir, ".bootstrap")} 41 exempt = []string{filepath.Join(buildDir, ".bootstrap", "build.ninja")}
|
/aosp12/build/soong/cc/ |
H A D | test_data_test.go | 112 buildDir, err := ioutil.TempDir("", "soong_test_test") 116 defer os.RemoveAll(buildDir) 120 config := android.TestConfig(buildDir, nil, "", map[string][]byte{
|
/aosp12/build/soong/android/ |
H A D | config.go | 70 return c.buildDir 74 return c.buildDir 123 buildDir string // the path of the build output directory member 234 func NullConfig(buildDir string) Config { 237 buildDir: buildDir, 270 buildDir: buildDir, 338 testConfig := TestConfig(buildDir, env, bp, fs) 367 buildDir: buildDir, 380 absBuildDir, err := filepath.Abs(buildDir) 400 KatiEnabledMarkerFile := filepath.Join(buildDir, ".soong.kati_enabled") [all …]
|
H A D | paths.go | 1119 buildDir string member 1136 return p.buildDir 1145 p.buildDir = OutSoongDir 1512 buildDir string member 1532 p.buildDir = OutSoongDir 1537 return p.buildDir 1552 return filepath.Join(p.buildDir, "../", p.path) 1554 return filepath.Join(p.buildDir, p.path) 1565 return filepath.Join(p.buildDir, p.partitionDir) 1649 buildDir: ctx.Config().buildDir, [all …]
|
H A D | bazel_handler.go | 97 buildDir string member 225 buildDir: c.buildDir, 353 "BUILD_DIR="+absolutePath(paths.buildDir), 564 return filepath.Join(p.buildDir, "bazel") 570 return filepath.Join(p.buildDir, "soong_injection") 576 return filepath.Join(p.buildDir, "workspace")
|
H A D | writedocs.go | 37 buildDir := absolutePath(ctx.Config().BuildDir()) 39 primaryBuilder, err := filepath.Rel(buildDir, binary)
|
H A D | bazel_handler_test.go | 104 buildDir: t.TempDir(), 117 }, p.buildDir
|
H A D | soong_config_modules_test.go | 316 func testConfigWithVendorVars(buildDir, bp string, fs map[string][]byte, vendorVars map[string]map[… argument 317 config := TestConfig(buildDir, nil, bp, fs)
|
H A D | test_asserts.go | 80 AssertStringEquals(t, message, expected, StringPathRelativeToTop(config.buildDir, actual)) 87 AssertDeepEquals(t, message, expected, StringPathsRelativeToTop(config.buildDir, actual))
|
H A D | paths_test.go | 222 func pathTestConfig(buildDir string) Config { 223 return TestConfig(buildDir, nil, "", nil) 966 buildDir string 972 buildDir: "out", 977 buildDir: "out", 983 buildDir: "out", 1001 testConfig := pathTestConfig(test.buildDir)
|
/aosp12/build/soong/bp2build/ |
H A D | bzl_conversion_test.go | 25 var buildDir string var 29 buildDir, err = ioutil.TempDir("", "bazel_queryview_test") 36 os.RemoveAll(buildDir)
|
H A D | build_conversion_test.go | 177 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 319 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 485 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 918 config := android.TestConfig(buildDir, nil, testCase.bp, fs) 1133 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 1225 config := android.TestConfig(buildDir, nil, testCase.bp, nil) 1332 config := android.TestConfig(buildDir, nil, "", fs) 1476 config := android.TestConfig(buildDir, nil, testCase.bp, fs) 1602 config := android.TestConfig(buildDir, nil, testCase.bp, fs)
|
/aosp12/build/blueprint/bootstrap/ |
H A D | glob.go | 248 buildDir := config.BuildDir() 250 return filepath.Join(buildDir, mainSubDir, "globs") 252 return filepath.Join(buildDir, bootstrapSubDir, "globs")
|
H A D | cleanup.go | 35 srcDir, buildDir string, under, exempt []string) error { 53 "@@BuildDir@@", buildDir)
|
H A D | command.go | 184 buildDir := config.(BootstrapConfig).BuildDir() 323 under, except := c.RemoveAbandonedFilesUnder(buildDir) 324 err := removeAbandonedFilesUnder(ctx, srcDir, buildDir, under, except)
|
/aosp12/build/soong/ui/build/ |
H A D | soong.go | 75 buildDir string member 85 return c.buildDir 171 buildDir: config.SoongOutDir(),
|
H A D | config.go | 456 for buildDir := dir; buildDir != "."; buildDir = filepath.Dir(buildDir) { 457 err := filepath.Walk(buildDir, func(path string, info os.FileInfo, err error) error { 480 return filepath.Join(buildDir, "Android.mk")
|
/aosp12/system/extras/simpleperf/demo/CppApi/ |
H A D | build.gradle | 19 delete rootProject.buildDir
|
/aosp12/system/extras/simpleperf/demo/JavaApi/ |
H A D | build.gradle | 19 delete rootProject.buildDir
|
/aosp12/frameworks/base/startop/apps/ColorChanging/ |
H A D | build.gradle | 23 delete rootProject.buildDir
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
H A D | build.gradle | 24 delete rootProject.buildDir
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/ |
H A D | build.gradle | 24 delete rootProject.buildDir
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
H A D | build.gradle | 24 delete rootProject.buildDir
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
H A D | build.gradle | 27 delete rootProject.buildDir
|