Home
last modified time | relevance | path

Searched refs:hostSupported (Results 1 – 2 of 2) sorted by relevance

/build/soong/sdk/
Dupdate.go1146 hostSupported := false
1151 hostSupported = true
1157 addHostDeviceSupportedProperties(deviceSupported, hostSupported, m)
1164 func addHostDeviceSupportedProperties(deviceSupported bool, hostSupported bool, bpModule *bpModule)…
1167 if !deviceSupported && !hostSupported {
1174 if hostSupported {
2063 hostSupported := bpModule.getValue("host_supported") == true // Missing means false.
2064 if hostSupported {
/build/soong/android/
Dmodule.go656 hostSupported = 1 << iota const
663 HostSupported = hostSupported | hostCrossSupported | hostDefault
666 HostSupportedNoCross = hostSupported | hostDefault
673 HostAndDeviceSupported = hostSupported | hostCrossSupported | deviceSupported | deviceDefault
678 HostAndDeviceDefault = hostSupported | hostCrossSupported | hostDefault |
755 if hod&hostSupported != 0 && hod&deviceSupported != 0 {
1338 return hod&hostSupported != 0 && hostEnabled