Home
last modified time | relevance | path

Searched refs:buildDir (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/frameworks/multidex/
H A Dbuild.gradle52 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 Dmain.go38 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 Dtest_data_test.go112 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 Dconfig.go70 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 Dpaths.go1119 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 Dbazel_handler.go97 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 Dwritedocs.go37 buildDir := absolutePath(ctx.Config().BuildDir())
39 primaryBuilder, err := filepath.Rel(buildDir, binary)
H A Dbazel_handler_test.go104 buildDir: t.TempDir(),
117 }, p.buildDir
H A Dsoong_config_modules_test.go316 func testConfigWithVendorVars(buildDir, bp string, fs map[string][]byte, vendorVars map[string]map[… argument
317 config := TestConfig(buildDir, nil, bp, fs)
H A Dtest_asserts.go80 AssertStringEquals(t, message, expected, StringPathRelativeToTop(config.buildDir, actual))
87 AssertDeepEquals(t, message, expected, StringPathsRelativeToTop(config.buildDir, actual))
H A Dpaths_test.go222 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 Dbzl_conversion_test.go25 var buildDir string var
29 buildDir, err = ioutil.TempDir("", "bazel_queryview_test")
36 os.RemoveAll(buildDir)
H A Dbuild_conversion_test.go177 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 Dglob.go248 buildDir := config.BuildDir()
250 return filepath.Join(buildDir, mainSubDir, "globs")
252 return filepath.Join(buildDir, bootstrapSubDir, "globs")
H A Dcleanup.go35 srcDir, buildDir string, under, exempt []string) error {
53 "@@BuildDir@@", buildDir)
H A Dcommand.go184 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 Dsoong.go75 buildDir string member
85 return c.buildDir
171 buildDir: config.SoongOutDir(),
H A Dconfig.go456 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 Dbuild.gradle19 delete rootProject.buildDir
/aosp12/system/extras/simpleperf/demo/JavaApi/
H A Dbuild.gradle19 delete rootProject.buildDir
/aosp12/frameworks/base/startop/apps/ColorChanging/
H A Dbuild.gradle23 delete rootProject.buildDir
/aosp12/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
H A Dbuild.gradle24 delete rootProject.buildDir
/aosp12/packages/apps/Car/DebuggingRestrictionController/
H A Dbuild.gradle24 delete rootProject.buildDir
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
H A Dbuild.gradle24 delete rootProject.buildDir
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
H A Dbuild.gradle27 delete rootProject.buildDir

12