Include vendor overrides in system prop if not split
Bug: 163854285 Test: m on crosshatch. Vendor overrides are included in system/build.prop on legacy devices. Change-Id: Ib134f934de8546af3dff27312f6877eafe5ed22c
This commit is contained in:
parent
9c81a78e97
commit
04714da51c
1 changed files with 2 additions and 1 deletions
|
@ -300,7 +300,8 @@ _prop_vars_ += \
|
|||
|
||||
ifndef property_overrides_split_enabled
|
||||
_prop_vars_ += \
|
||||
ADDITIONAL_VENDOR_PROPERTIES
|
||||
ADDITIONAL_VENDOR_PROPERTIES \
|
||||
PRODUCT_VENDOR_PROPERTIES
|
||||
endif
|
||||
|
||||
_blacklist_names_ := \
|
||||
|
|
Loading…
Reference in a new issue