Skip to content

Commit

Permalink
Add extra variables to _readonly_late_variables
Browse files Browse the repository at this point in the history
These are modified by us at a later stage, so be sure
to allow it.

Change-Id: Ib26e83e10aeb6c107fd6e5757185c05cd6665760
  • Loading branch information
moetayuko authored and mikeNG committed Dec 12, 2020
1 parent 9f00744 commit a9f9427
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/product.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit a9f9427

Please sign in to comment.