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:
Jooyung Han
2019-11-12 17:07:52 +09:00
parent 3eceaa3240
commit 43240b1191
2 changed files with 0 additions and 8 deletions

View File

@@ -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