Home
last modified time | relevance | path

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

12

/build/soong/cc/
Dcheck.go74 if ctx.Host() {
102 if !ctx.Host() {
Dmakevars.go166 hostTargets := ctx.Config().Targets[android.Host]
191 case android.Host:
210 if target.Os.Class == android.Host && ctx.Config().HostStaticBinaries() {
324 if target.Os.Class == android.Host || target.Os.Class == android.HostCross {
Dinstaller.go69 if !ctx.Host() && !ctx.Arch().Native {
Dbinary.go216 if ctx.Host() && !binary.static() {
333 if Bool(binary.baseLinker.Properties.Use_version_lib) && ctx.Host() {
375 if ctx.Os().Class == android.Host {
Dcoverage.go102 } else if mctx.Host() {
Dpgo.go227 if ctx.Host() {
276 if ctx.Host() {
Dsanitize.go153 if ctx.Host() {
254 if ctx.Host() {
373 if ctx.Host() {
448 if ctx.Host() {
Dlibrary.go287 if flags.Clang || ctx.Host() {
423 if ctx.Host() && Bool(library.Properties.Unique_host_soname) {
499 if Bool(library.baseLinker.Properties.Use_version_lib) && ctx.Host() {
595 if Bool(library.baseLinker.Properties.Use_version_lib) && ctx.Host() {
Dandroidmk.go151 case android.Host:
309 if ctx.Target().Os.Class == android.Host {
Dlinker.go251 if ctx.Host() {
Dtest.go140 if ctx.Host() {
Dcompiler.go275 if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {
Dbuilder.go634 if ctx.Host() && ctx.Darwin() {
/build/soong/python/
Dinstaller.go53 if !ctx.Host() && !ctx.Arch().Native {
Dandroidmk.go76 if base.Target().Os.Class == android.Host {
/build/soong/android/
Darch.go195 Linux = NewOsType("linux_glibc", Host, false)
196 Darwin = NewOsType("darwin", Host, false)
197 LinuxBionic = NewOsType("linux_bionic", Host, true)
222 Host const
232 case Host:
316 case Host, HostCross:
317 multilib = String(module.base().commonProperties.Target.Host.Compile_multilib)
684 if os.Class == Host || os.Class == HostCross {
757 if (os.Class == Host || os.Class == HostCross) && os != Windows {
Dmodule.go62 Host() bool methodSpec
206 Host struct {
458 func (a *ModuleBase) Host() bool { func
459 return a.Os().Class == Host || a.Os().Class == HostCross
473 return []OsClass{Host, HostCross}
475 return []OsClass{Host}
481 supported = append(supported, Host, HostCross)
934 func (a *androidBaseContextImpl) Host() bool { func
935 return a.target.Os.Class == Host || a.target.Os.Class == HostCross
1033 if a.Host() {
[all …]
Dandroidmk.go182 case Host:
209 case Host:
Dconfig.go238 Host: []Target{
313 config.BuildOsVariant = targets[Host][0].String()
/build/soong/java/
Dproto.go78 if ctx.Host() {
Djava_test.go405 host: android.Host,
412 host: android.Host,
419 host: android.Host,
426 host: android.Host,
447 if testcase.host == android.Host {
Dandroidmk.go80 if proptools.Bool(library.deviceProperties.Hostdex) && !library.Host() {
/build/make/core/
Djava_library.mk8 $(error $(LOCAL_PATH): Host java libraries must use BUILD_HOST_JAVA_LIBRARY)
/build/make/
Dbuildspec.mk.default71 # DEBUG_MODULE_ variable is set. Host and device flags are handled
/build/
Dbuildspec.mk.default71 # DEBUG_MODULE_ variable is set. Host and device flags are handled

12