Home
last modified time | relevance | path

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

/build/soong/
Dsoong.bootstrap.in3 PREBUILTOS="@@PrebuiltOS@@"
/build/soong/rust/config/
Dglobal.go78 pctx.VariableConfigMethod("HostPrebuiltTag", android.Config.PrebuiltOS)
/build/soong/java/config/
Dconfig.go94 pctx.VariableConfigMethod("hostPrebuiltTag", android.Config.PrebuiltOS)
220 return filepath.Join("prebuilts/build-tools", ctx.Config().PrebuiltOS(), "bin", tool)
/build/soong/bloaty/
Dbloaty.go51 pctx.VariableConfigMethod("hostPrebuiltTag", android.Config.PrebuiltOS)
/build/soong/cc/config/
Dglobal.go295 var HostPrebuiltTag = pctx.VariableConfigMethod("HostPrebuiltTag", android.Config.PrebuiltOS)
/build/soong/android/
Dconfig.go514 return filepath.Join(c.buildDir, "host", c.PrebuiltOS(), "bin")
520 return PathForOutput(ctx, "host", c.PrebuiltOS(), "bin", tool)
528 return PathForOutput(ctx, "host", c.PrebuiltOS(), "lib64", path+ext)
532 return PathForOutput(ctx, "host", c.PrebuiltOS(), "framework", path)
536 func (c *config) PrebuiltOS() string { func
549 return fmt.Sprintf("%s/prebuilts/go/%s", c.srcDir, c.PrebuiltOS())
555 return PathForSource(ctx, "prebuilts/build-tools", c.PrebuiltOS(), "bin", tool)
1738 paths[i] = filepath.Join(cfg.Getenv("OUT_DIR"), "host", cfg.PrebuiltOS(), subdir, name)
Drule_builder_test.go381 wantDepMergerCommand := "out_local/host/" + ctx.Config().PrebuiltOS() + "/bin/dep_fixer " +
412 …wantDepMergerCommand := "out_local/host/" + ctx.Config().PrebuiltOS() + "/bin/dep_fixer __SBOX_SAN…
686 sbox := filepath.Join("out", "soong", "host", result.Config.PrebuiltOS(), "bin/sbox")
702 sbox := filepath.Join("out", "soong", "host", result.Config.PrebuiltOS(), "bin/sbox")
Drule_builder.go822 …relOut, isRelOut, _ := maybeRelErr(PathForOutput(ctx, "host", ctx.Config().PrebuiltOS()).String(),…
/build/soong/etc/
Dprebuilt_etc_test.go231 expected := filepath.Join("out/soong/host", result.Config.PrebuiltOS(), "usr", "share", "bar")
/build/soong/java/
Ddroiddoc.go772 …jsilver := android.PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "framework", "jsilver.jar…
773 …doclava := android.PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "framework", "doclava.jar…
/build/soong/apex/
Dbuilder.go517 outHostBinDir := android.PathForOutput(ctx, "host", ctx.Config().PrebuiltOS(), "bin").String()