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

am: 215d2aaa6c

Change-Id: I94bbff4cbb276698d48059c266442ad7ddcfee11
This commit is contained in:
Dan Willemsen
2016-10-06 00:20:33 +00:00
committed by android-build-merger

View File

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