Home
last modified time | relevance | path

Searched refs:HostToolPath (Results 1 – 25 of 36) sorted by relevance

12

/build/soong/android/
Dlicenses.go333 ctx.Config().HostToolPath(ctx, "build_license_metadata").String())
335 ctx.Config().HostToolPath(ctx, "copy_license_metadata").String())
336 ctx.Strict("HTMLNOTICE", ctx.Config().HostToolPath(ctx, "htmlnotice").String())
337 ctx.Strict("XMLNOTICE", ctx.Config().HostToolPath(ctx, "xmlnotice").String())
338 ctx.Strict("TEXTNOTICE", ctx.Config().HostToolPath(ctx, "textnotice").String())
339 ctx.Strict("COMPLIANCENOTICE_BOM", ctx.Config().HostToolPath(ctx, "compliancenotice_bom").String())
340 …ctx.Strict("COMPLIANCENOTICE_SHIPPEDLIBS", ctx.Config().HostToolPath(ctx, "compliancenotice_shippe…
341 ctx.Strict("COMPLIANCE_LISTSHARE", ctx.Config().HostToolPath(ctx, "compliance_listshare").String())
342 …ctx.Strict("COMPLIANCE_CHECKSHARE", ctx.Config().HostToolPath(ctx, "compliance_checkshare").String…
343 ctx.Strict("COMPLIANCE_SBOM", ctx.Config().HostToolPath(ctx, "compliance_sbom").String())
Dproto.go78 if hostTool, ok := dep.(HostToolProvider); !ok || !hostTool.HostToolPath().Valid() {
83 deps = append(deps, hostTool.HostToolPath().Path())
84 flags = append(flags, "--plugin=protoc-gen-"+plugin+"="+hostTool.HostToolPath().String())
Dprebuilt_build_tool.go96 func (t *prebuiltBuildTool) HostToolPath() OptionalPath { func
Dpackage_ctx.go189 return proptools.NinjaAndShellEscape(ctx.Config().HostToolPath(ctx, path).String())
/build/soong/filesystem/
Dfsverity_metadata.go69 metadataGeneratorPath := ctx.Config().HostToolPath(ctx, "fsverity_metadata_generator")
70 fsverityPath := ctx.Config().HostToolPath(ctx, "fsverity")
96 manifestGeneratorPath := ctx.Config().HostToolPath(ctx, "fsverity_manifest_generator")
120 aapt2Path := ctx.Config().HostToolPath(ctx, "aapt2")
154 apksignerPath := ctx.Config().HostToolPath(ctx, "apksigner")
Daconfig_files.go31 aconfigToolPath := ctx.Config().HostToolPath(ctx, "aconfig")
Dfilesystem.go376 addPath("ext_mkuserimg", ctx.Config().HostToolPath(ctx, "mkuserimg_mke2fs"))
379 deps = append(deps, ctx.Config().HostToolPath(ctx, t))
384 addPath("avb_avbtool", ctx.Config().HostToolPath(ctx, "avbtool"))
Dbootimg.go254 addPath("avb_avbtool", ctx.Config().HostToolPath(ctx, "avbtool"))
/build/soong/java/
Dboot_jars.go43 Input(ctx.Config().HostToolPath(ctx, "dexdump")).
Dgen.go65 Tool(ctx.Config().HostToolPath(ctx, "aidl")).
76 Tool(ctx.Config().HostToolPath(ctx, "soong_zip")).
Dproto.go131 hostTool := ctx.Config().HostToolPath(ctx, "protoc-gen-"+typeToPlugin)
/build/soong/cc/
Dproto_test.go64 foobarPath := foobar.Module().(android.HostToolProvider).HostToolPath().RelativeToTop().String()
Drs.go32 return ctx.Config().HostToolPath(ctx, "llvm-rs-cc").String()
Dproto.go157 path := ctx.Config().HostToolPath(ctx, plugin)
/build/soong/dexpreopt/
Dconfig.go524 dex2oatPath := dex2oatModule.(android.HostToolProvider).HostToolPath()
536 Profman: ctx.Config().HostToolPath(ctx, "profman"),
538 Aapt: ctx.Config().HostToolPath(ctx, "aapt2"),
539 SoongZip: ctx.Config().HostToolPath(ctx, "soong_zip"),
540 Zip2zip: ctx.Config().HostToolPath(ctx, "zip2zip"),
541 ManifestCheck: ctx.Config().HostToolPath(ctx, "manifest_check"),
542 ConstructContext: ctx.Config().HostToolPath(ctx, "construct_context"),
714 Tool(ctx.Config().HostToolPath(ctx, "construct_uffd_gc_flag")).
Dtesting.go29 func (m *fakeToolBinary) HostToolPath() android.OptionalPath { func
/build/soong/java/config/
Dconfig.go222 return ctx.Config().HostToolPath(ctx, tool).String()
256 return ctx.Config().HostToolPath(ctx, tool).String()
/build/soong/rust/
Dprotobuf.go83 protoPluginPath := ctx.Config().HostToolPath(ctx, "protoc-gen-rust")
97 grpcPath := ctx.Config().HostToolPath(ctx, "grpc_rust_plugin")
Dbinary_test.go122 path := ctx.ModuleForTests("fizz-buzz", "linux_glibc_x86_64").Module().(*Module).HostToolPath()
Dbindgen.go305 ….Properties.Custom_bindgen, customBindgenDepTag).(android.HostToolProvider).HostToolPath().String()
/build/soong/snapshot/
Dhost_test.go37 func (c *hostTestModule) HostToolPath() android.OptionalPath { func
Dhost_snapshot.go197 return provider.HostToolPath()
/build/soong/python/
Dbinary.go184 func (p *PythonBinaryModule) HostToolPath() android.OptionalPath { func
/build/soong/apex/
Dbuilder.go55 return ctx.Config().HostToolPath(ctx, tool).String()
644 outHostBinDir := ctx.Config().HostToolPath(ctx, "").String()
1242 "tool_path": ctx.Config().HostToolPath(ctx, "").String() + ":${config.ClangBin}",
/build/soong/sh/
Dsh_binary.go185 func (s *ShBinary) HostToolPath() android.OptionalPath { func

12