From a9f9427e0ca49b59aff712ac1241eda1507c5b1e Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Thu, 5 Sep 2019 20:39:07 +0800 Subject: [PATCH] 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 --- core/product.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/product.mk b/core/product.mk index f8ba5936f8..67fcb92bfc 100644 --- a/core/product.mk +++ b/core/product.mk @@ -553,9 +553,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))