Home
last modified time | relevance | path

Searched refs:Host (Results 1 – 25 of 52) sorted by relevance

123

/build/soong/dexpreopt/
Dclass_loader_context.go196 Host android.Path member
298 Host: hostPath,
409 if clc.Host == nil || clc.Device == UnknownInstallLibraryPath {
413 if clc.Host == nil {
481 clcsHost = append(clcsHost, "PCL["+clc.Host.String()+"]"+subClcHost)
484 paths = append(paths, clc.Host)
498 Host string member
529 Host: constructPath(ctx, clc.Host),
553 Host: clc.Host.String(),
/build/soong/java/
Dsdk_test.go167 host: android.Host,
174 host: android.Host,
181 host: android.Host,
259 if testcase.host == android.Host {
378 if testcase.host != android.Host {
391 if testcase.host != android.Host {
Dproto.go85 if ctx.Host() || ctx.BazelConversionMode() {
/build/soong/cc/
Dfuzz.go316 lib, ctx.Host(), ctx.Arch().ArchType.String()))
319 if !ctx.Host() {
422 if ccModule.Host() {
469 library, ccModule.Host(), archString)
486 if !ccModule.Host() {
526 if ccModule.Host() && !BoolDefault(config.Fuzz_on_haiku_host, true) {
Dcheck.go81 if ctx.Host() {
109 if !ctx.Host() {
Dlinkable.go127 Host() bool methodSpec
257 if c.Host() {
Dmakevars.go69 func (c *notOnHostContext) Host() bool { func
185 case android.Host:
202 if target.Os.Class == android.Host && ctx.Config().HostStaticBinaries() {
298 if target.Os.Class == android.Host {
Dbinary.go256 if ctx.Host() && !ctx.Windows() && !binary.static() {
384 if ctx.Host() {
497 …if InstallToBootstrap(ctx.baseModuleName(), ctx.Config()) && !ctx.Host() && ctx.directlyInAnyApex(…
519 if ctx.Os().Class == android.Host {
Dinstaller.go71 } else if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
Dpgo.go224 if ctx.Host() {
274 if ctx.Host() {
Dlto.go73 hostBin := ctx.Host()
Dandroidmk.go42 Host() bool methodSpec
305 if len(library.Properties.Stubs.Versions) > 0 && !ctx.Host() && ctx.NotInPlatform() &&
453 if ctx.Target().Os.Class == android.Host {
/build/soong/python/
Dinstaller.go55 if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
Dandroidmk.go80 if base.Target().Os.Class == android.Host {
/build/soong/android/
Darch.go206 Host const
216 case Host:
327 Linux = newOsType("linux_glibc", Host, false, X86, X86_64)
329 Darwin = newOsType("darwin", Host, false, X86_64)
332 LinuxBionic = newOsType("linux_bionic", Host, false, Arm64, X86_64)
334 Windows = newOsType("windows", Host, true, X86, X86_64)
741 case Host:
742 multilib = String(base.commonProperties.Target.Host.Compile_multilib)
1099 if os.Class == Host {
1143 if os.Class == Host && os != Windows {
[all …]
/build/soong/rust/
Dcoverage.go68 if ctx.Host() {
Dfuzz.go157 if rustModule.Host() {
226 if rustModule.Host() && !BoolDefault(config.Fuzz_on_haiku_host, true) {
Dsanitize.go259 if mod.Host() {
279 if mod.Host() {
Dtest.go132 if ctx.Host() && test.Properties.Test_options.Unit_test == nil {
Dcompiler.go251 if ctx.Host() && !ctx.Windows() {
357 if !ctx.Host() && ctx.Config().HasMultilibConflict(ctx.Arch().ArchType) {
/build/soong/phony/
Dphony.go56 if p.Host() {
/build/make/core/
Djava_library.mk8 $(error $(LOCAL_PATH): Host java libraries must use BUILD_HOST_JAVA_LIBRARY)
/build/soong/sh/
Dsh_binary_test.go156 if !mod.Host() {
/build/soong/apex/
Dapex.go246 Host struct {
621 proptools.AppendProperties(&a.properties.Multilib, &a.targetProperties.Target.Host.Multilib, nil)
1005 if mctx.Host() || mctx.Module().InstallInRecovery() {
1334 if a.Host() {
1694 } else if gb, ok := child.(bootstrap.GoBinaryTool); ok && a.Host() {
1844 if a.Host() {
2061 if ctx.Host() {
2267 if ctx.Host() || a.testApex || a.vndkApex {
2339 if ctx.Host() || a.testApex || a.vndkApex {
/build/make/tools/releasetools/
DAndroid.bp186 // Host libraries.
304 // Host binaries.

123