Add extra variables to _readonly_late_variables

These are modified by us at a later stage, so be sure
to allow it.

Change-Id: Ib26e83e10aeb6c107fd6e5757185c05cd6665760
This commit is contained in:
dianlujitao 2019-09-05 20:39:07 +08:00 committed by Bartłomiej Rudecki
parent a47c7368d7
commit 3bafdb4dd6
Signed by: przekichane
GPG key ID: 751F23C6F014EF76

View file

@ -597,9 +597,11 @@ _readonly_late_variables := \
# Modified internally in the build system
_readonly_late_variables += \
PRODUCT_CFI_INCLUDE_PATHS \
PRODUCT_COPY_FILES \
PRODUCT_DEX_PREOPT_NEVER_ALLOW_STRIPPING \
PRODUCT_DEX_PREOPT_BOOT_FLAGS \
PRODUCT_SOONG_NAMESPACES
_readonly_early_variables := $(filter-out $(_readonly_late_variables),$(_product_var_list))