Merge "Mark Soong-exported make variables as readonly"

This commit is contained in:
Treehugger Robot
2016-10-06 00:13:27 +00:00
committed by Gerrit Code Review

View File

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