Home
last modified time | relevance | path

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

/build/soong/android/
Dmodule.go58 Host() bool methodSpec
136 Host struct {
345 func (a *ModuleBase) Host() bool { func
346 return a.Os().Class == Host || a.Os().Class == HostCross
360 return []OsClass{Host, HostCross}
362 return []OsClass{Host}
368 supported = append(supported, Host, HostCross)
655 func (a *androidBaseContextImpl) Host() bool { func
656 return a.target.Os.Class == Host || a.target.Os.Class == HostCross
732 if a.Host() {
Darch.go195 Linux = NewOsType("linux", Host, false)
196 Darwin = NewOsType("darwin", Host, false)
197 LinuxBionic = NewOsType("linux_bionic", Host, true)
222 Host const
232 case Host:
308 case Host, HostCross:
309 multilib = module.base().commonProperties.Target.Host.Compile_multilib
660 if os.Class == Host || os.Class == HostCross {
699 if (os.Class == Host || os.Class == HostCross) && os != Windows {
Dandroidmk.go180 case Host:
219 case Host:
Dconfig.go250 config.BuildOsVariant = targets[Host][0].String()
/build/soong/cc/
Dcheck.go69 if ctx.Host() {
97 if !ctx.Host() {
Dinstaller.go69 if !ctx.Host() && !ctx.Arch().Native {
Dmakevars.go110 hostTargets := ctx.Config().Targets[android.Host]
135 case android.Host:
157 if target.Os.Class == android.Host && Bool(ctx.Config().ProductVariables.HostStaticBinaries) {
Dcoverage.go108 } else if mctx.Host() {
Dsanitize.go144 if ctx.Host() {
333 if ctx.Host() {
390 if ctx.Host() {
Dbinary.go203 if ctx.Host() && !binary.static() {
348 if ctx.Os().Class == android.Host {
Dandroidmk.go144 case android.Host:
307 if ctx.Target().Os.Class == android.Host {
Dlinker.go223 if ctx.Host() {
Dcompiler.go234 if !(ctx.sdk() || ctx.vndk()) || ctx.Host() {
384 } else if ctx.Host() && !flags.Clang {
Dtest.go140 if ctx.Host() {
Dlibrary.go274 if flags.Clang || ctx.Host() {
408 if ctx.Host() && Bool(library.Properties.Unique_host_soname) {
Dbuilder.go583 if ctx.Host() && ctx.Darwin() {
Dcc.go832 if ctx.Host() {
/build/soong/python/
Dandroidmk.go60 if base.Target().Os.Class == android.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