Home
last modified time | relevance | path

Searched refs:PrebuiltOS (Results 1 – 10 of 10) sorted by relevance

/build/soong/
Dsoong.bootstrap.in3 PREBUILTOS="@@PrebuiltOS@@"
/build/soong/rust/config/
Dglobal.go65 pctx.VariableConfigMethod("HostPrebuiltTag", android.Config.PrebuiltOS)
/build/soong/java/config/
Dconfig.go90 pctx.VariableConfigMethod("hostPrebuiltTag", android.Config.PrebuiltOS)
216 return filepath.Join("prebuilts/build-tools", ctx.Config().PrebuiltOS(), "bin", tool)
/build/soong/android/
Dconfig.go476 return filepath.Join(c.buildDir, "host", c.PrebuiltOS(), "bin")
482 return PathForOutput(ctx, "host", c.PrebuiltOS(), "bin", tool)
490 return PathForOutput(ctx, "host", c.PrebuiltOS(), "lib64", path+ext)
494 return PathForOutput(ctx, "host", c.PrebuiltOS(), "framework", path)
512 func (c *config) PrebuiltOS() string { func
525 return fmt.Sprintf("%s/prebuilts/go/%s", c.srcDir, c.PrebuiltOS())
529 return PathForSource(ctx, "prebuilts/build-tools", c.PrebuiltOS(), "bin", tool)
Drule_builder_test.go336 …wantDepMergerCommand := "out/host/" + ctx.Config().PrebuiltOS() + "/bin/dep_fixer out/DepFile out/…
373 …wantDepMergerCommand := "out/host/" + ctx.Config().PrebuiltOS() + "/bin/dep_fixer __SBOX_OUT_DIR__…
533 sbox := filepath.Join(buildDir, "host", config.PrebuiltOS(), "bin/sbox")
/build/soong/cc/config/
Dglobal.go269 var HostPrebuiltTag = pctx.VariableConfigMethod("HostPrebuiltTag", android.Config.PrebuiltOS)
/build/soong/java/
Ddexpreopt_config.go99 …return filepath.Join(ctx.Config().Getenv("OUT_DIR"), "host", ctx.Config().PrebuiltOS(), subdir, na…
Ddroiddoc.go1012 …jsilver := android.PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "framework", "jsilver.jar…
1013 …doclava := android.PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "framework", "doclava.jar…
1474 …inputs := []string{android.PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "framework", "met…
1857 jdiff := android.PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "framework", "jdiff.jar")
/build/soong/etc/
Dprebuilt_etc_test.go282 expected := filepath.Join(buildDir, "host", config.PrebuiltOS(), "usr", "share", "bar")
/build/soong/apex/
Dbuilder.go461 outHostBinDir := android.PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "bin").String()