Searched refs:PrebuiltOS (Results 1 – 4 of 4) sorted by relevance
/build/soong/common/ |
D | package_ctx.go | 80 p := PathForOutput(ctx, "host", ctx.config.PrebuiltOS(), "bin", path) 95 p := PathForOutput(ctx, "host", ctx.config.PrebuiltOS(), "framework", path)
|
D | config.go | 201 func (c *config) PrebuiltOS() string { func 214 return fmt.Sprintf("%s/prebuilts/go/%s", c.srcDir, c.PrebuiltOS())
|
/build/soong/ |
D | soong.bootstrap.in | 3 PREBUILTOS="@@PrebuiltOS@@"
|
/build/soong/cc/ |
D | cc.go | 65 HostPrebuiltTag = pctx.VariableConfigMethod("HostPrebuiltTag", common.Config.PrebuiltOS)
|