Merge "Mark Soong-exported make variables as readonly"

am: 6648ab0143

Change-Id: Id640c3aaf23ffd981466ce6519928e28436a225f
This commit is contained in:
Dan Willemsen 2016-10-06 00:18:01 +00:00 committed by android-build-merger
commit 215d2aaa6c
1 changed files with 1 additions and 0 deletions

View File

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