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
commit 6648ab0143
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