s/product-services/product_services/g
Attempting to reduce the number of different spellings we have for "product services" partition in the codebase. Bug: 112431447 Test: m Change-Id: I0a393a1d625e7ea3217d28735a4db709bce32395 Merged-In: I0a393a1d625e7ea3217d28735a4db709bce32395
This commit is contained in:
@@ -242,7 +242,7 @@ func translateAndroidMkModule(ctx SingletonContext, w io.Writer, mod blueprint.M
|
||||
if Bool(amod.commonProperties.Product_specific) {
|
||||
fmt.Fprintln(&data.preamble, "LOCAL_PRODUCT_MODULE := true")
|
||||
}
|
||||
if Bool(amod.commonProperties.ProductServices_specific) {
|
||||
if Bool(amod.commonProperties.Product_services_specific) {
|
||||
fmt.Fprintln(&data.preamble, "LOCAL_PRODUCT_SERVICES_MODULE := true")
|
||||
}
|
||||
if amod.commonProperties.Owner != nil {
|
||||
|
Reference in New Issue
Block a user