Remove unused "product_services_specific" prop
product_services_specific is not used any longer. Bug: 135957588 Test: m Change-Id: I6c09d3c09773034085a1419cbffe86954066df4e
This commit is contained in:
@@ -365,11 +365,6 @@ type commonProperties struct {
|
||||
// /system/product if product partition does not exist).
|
||||
Product_specific *bool
|
||||
|
||||
// TODO(b/135957588) Product_services_specific will be removed once we clear all Android.bp
|
||||
// files that have 'product_services_specific: true'. This will be converted to
|
||||
// Product_speicific as a workaround.
|
||||
Product_services_specific *bool
|
||||
|
||||
// whether this module extends system. When set to true, it is installed into /system_ext
|
||||
// (or /system/system_ext if system_ext partition does not exist).
|
||||
System_ext_specific *bool
|
||||
|
Reference in New Issue
Block a user