Home
last modified time | relevance | path

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

/build/soong/sdk/
Dupdate.go1040 deviceSupported := false
1048 deviceSupported = true
1052 addHostDeviceSupportedProperties(deviceSupported, hostSupported, m)
1066 func addHostDeviceSupportedProperties(deviceSupported bool, hostSupported bool, bpModule *bpModule)…
1069 if !deviceSupported && !hostSupported {
1073 if !deviceSupported {
/build/soong/android/
Dmodule.go952 deviceSupported const
963 DeviceSupported = deviceSupported | deviceDefault
966 HostAndDeviceSupported = hostSupported | hostCrossSupported | deviceSupported | deviceDefault
970 deviceSupported | deviceDefault const
1049 if hod&hostSupported != 0 && hod&deviceSupported != 0 {
1360 return hod&deviceSupported != 0 && deviceEnabled