Home
last modified time | relevance | path

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

/build/soong/sysprop/
Dsysprop_library.go384 Product_specific *bool member
413 Product_specific *bool member
474 ccProps.Product_specific = proptools.BoolPtr(ctx.ProductSpecific())
523 Product_specific: proptools.BoolPtr(ctx.ProductSpecific()),
/build/soong/android/
Dmodule.go798 Product_specific *bool member
1801 return Bool(m.commonProperties.Product_specific)
2111 var productSpecific = Bool(m.commonProperties.Product_specific)
3059 m.commonProperties.Product_specific = boolPtr(false)
3067 m.commonProperties.Product_specific = boolPtr(false)
Dandroidmk.go592 a.SetBoolIfTrue("LOCAL_PRODUCT_MODULE", Bool(base.commonProperties.Product_specific))