Mark Soong-exported make variables as readonly

Using new .KATI_READONLY extension.

Test: build/tooks/kati_all_products.sh on AOSP master and internal
Change-Id: I71794c1268456c3403a351c1b242f1e78b060355
This commit is contained in:
Dan Willemsen
2016-09-30 10:16:38 -07:00
parent 0b24c74fcb
commit de18f47250

View File

@@ -170,6 +170,7 @@ ifneq ($$($(1)),)
else
$(1) := $$(SOONG_$(1))
endif
.KATI_READONLY := $(1) SOONG_$(1)
endef
my_check_failed := false