Home
last modified time | relevance | path

Searched refs:Product_specific (Results 1 – 3 of 3) sorted by relevance

/build/soong/sysprop/
Dsysprop_library.go492 Product_specific *bool member
523 Product_specific *bool member
599 ccProps.Product_specific = proptools.BoolPtr(ctx.ProductSpecific())
650 Product_specific: proptools.BoolPtr(ctx.ProductSpecific()),
/build/soong/android/
Dmodule.go397 Product_specific *bool member
1366 return Bool(m.commonProperties.Product_specific)
1703 var productSpecific = Bool(m.commonProperties.Product_specific)
2127 m.commonProperties.Product_specific = boolPtr(false)
2135 m.commonProperties.Product_specific = boolPtr(false)
Dandroidmk.go600 a.SetBoolIfTrue("LOCAL_PRODUCT_MODULE", Bool(base.commonProperties.Product_specific))