Home
last modified time | relevance | path

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

12

/build/soong/java/
Dsdk_test.go127 host: android.Host,
134 host: android.Host,
141 host: android.Host,
148 host: android.Host,
220 if testcase.host == android.Host {
289 if testcase.host != android.Host {
Dproto.go60 if ctx.Host() {
Dapp.go204 …if !a.dexpreopter.dexpreoptDisabled(ctx) && (ctx.Host() || !odexOnSystemOther(ctx, a.dexpreopter.i…
365 if module.Target().Os.Class == android.Host || module.Target().Os.Class == android.HostCross {
/build/soong/android/
Dapex.go189 Host() bool methodSpec
194 if ctx.Host() {
Darch.go597 Linux = NewOsType("linux_glibc", Host, false)
598 Darwin = NewOsType("darwin", Host, false)
599 LinuxBionic = NewOsType("linux_bionic", Host, false)
626 Host const
636 case Host:
806 case Host, HostCross:
807 multilib = String(base.commonProperties.Target.Host.Compile_multilib)
1235 if os.Class == Host || os.Class == HostCross {
1308 if (os.Class == Host || os.Class == HostCross) && os != Windows {
Dprebuilt_etc.go153 if p.Host() {
230 if !ok || m.Host() {
Dmodule.go65 Host() bool methodSpec
218 Host struct {
553 func (a *ModuleBase) Host() bool { func
554 return a.Os().Class == Host || a.Os().Class == HostCross
568 return []OsClass{Host, HostCross}
570 return []OsClass{Host}
578 supported = append(supported, Host, HostCross)
1182 func (a *androidBaseContextImpl) Host() bool { func
1183 return a.target.Os.Class == Host || a.target.Os.Class == HostCross
1310 if a.Host() {
[all …]
Dandroidmk.go212 case Host:
278 case Host:
Dprebuilt_etc_test.go195 if !p.Host() {
/build/soong/cc/
Dcheck.go74 if ctx.Host() {
102 if !ctx.Host() {
Dinstaller.go69 if !ctx.Host() && !ctx.Arch().Native {
Dpgo.go228 if ctx.Host() {
278 if ctx.Host() {
Dmakevars.go193 case android.Host:
210 if target.Os.Class == android.Host && ctx.Config().HostStaticBinaries() {
303 if target.Os.Class == android.Host {
Dbinary.go221 if ctx.Host() && !ctx.Windows() && !binary.static() {
342 if ctx.Host() {
454 if ctx.Os().Class == android.Host {
Dcoverage.go133 if ctx.Host() {
Dsanitize.go205 if ctx.Host() {
327 if ctx.Host() {
444 if ctx.Host() {
500 if ctx.Host() {
Dandroidmk.go37 Host() bool methodSpec
301 if ctx.Target().Os.Class == android.Host {
Dlibrary.go503 if ctx.Host() && Bool(library.Properties.Unique_host_soname) {
619 if ctx.Host() {
707 if ctx.Host() {
/build/soong/phony/
Dphony.go54 if p.Host() {
/build/soong/python/
Dinstaller.go55 if !ctx.Host() && !ctx.Arch().Native {
Dandroidmk.go86 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/soong/apex/
Dapex.go278 Host struct {
431 proptools.AppendProperties(&a.properties.Multilib, &a.targetProperties.Target.Host.Multilib, nil)
575 if a.Host() {
705 } else if gb, ok := child.(bootstrap.GoBinaryTool); ok && a.Host() {
755 if !a.Host() && (cc.IsStubs() || cc.HasStubsVariants()) {
1137 case android.Host:
/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