Home
last modified time | relevance | path

Searched refs:Soc_specific (Results 1 – 4 of 4) sorted by relevance

/build/soong/sysprop/
Dsysprop_library.go123 Soc_specific *bool
132 ccProps.Soc_specific = proptools.BoolPtr(socSpecific)
/build/soong/java/
Dsdk_library.go395 Soc_specific *bool
436 props.Soc_specific = proptools.BoolPtr(true)
589 Soc_specific *bool
597 etcProps.Soc_specific = proptools.BoolPtr(true)
/build/soong/android/
Dmodule.go242 Soc_specific *bool member
606 …Properties.Vendor) || Bool(a.commonProperties.Proprietary) || Bool(a.commonProperties.Soc_specific)
732 …Properties.Vendor) || Bool(a.commonProperties.Proprietary) || Bool(a.commonProperties.Soc_specific)
746 if Bool(a.commonProperties.Soc_specific) {
771 if Bool(a.commonProperties.Soc_specific) {
1246 a.commonProperties.Soc_specific = boolPtr(false)
Dandroidmk.go305 if Bool(amod.commonProperties.Vendor) || Bool(amod.commonProperties.Soc_specific) {