Merge "Mark Soong-exported make variables as readonly" am: 6648ab0143 am: 215d2aaa6c

am: ba7212c136

Change-Id: I3454446b3869255315827454bd436066f760a217
This commit is contained in:
Dan Willemsen 2016-10-06 00:23:32 +00:00 committed by android-build-merger
commit d3b6a0ee3a
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