diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2019-09-05 20:39:07 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-12 09:10:05 +0800 |
commit | 988468cfdceaa1955e65da2da1b8347d467e6990 (patch) | |
tree | d4528e80820e6cf131cb47c188f9856356f51ec9 | |
parent | d4a0bbc244167119a32fe4715779a221fbad357f (diff) |
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
-rw-r--r-- | core/product.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/product.mk b/core/product.mk index fa6392551b..f0747504e4 100644 --- a/core/product.mk +++ b/core/product.mk @@ -593,9 +593,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)) |