Home
last modified time | relevance | path

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

/build/soong/sysprop/
Dsysprop_library.go338 Product_specific *bool member
365 Product_specific *bool member
438 ccProps.Product_specific = proptools.BoolPtr(ctx.ProductSpecific())
474 Product_specific: proptools.BoolPtr(ctx.ProductSpecific()),
/build/soong/android/
Dmodule.go458 Product_specific *bool member
979 return Bool(m.commonProperties.Product_specific)
1208 var productSpecific = Bool(m.commonProperties.Product_specific)
1950 m.commonProperties.Product_specific = boolPtr(false)
1962 m.commonProperties.Product_specific = boolPtr(false)
Dandroidmk.go335 a.SetBoolIfTrue("LOCAL_PRODUCT_MODULE", Bool(amod.commonProperties.Product_specific))