Merge "Mark Soong-exported make variables as readonly" am: 6648ab0143
am: 215d2aaa6c
am: ba7212c136
Change-Id: I3454446b3869255315827454bd436066f760a217
This commit is contained in:
commit
d3b6a0ee3a
|
@ -170,6 +170,7 @@ ifneq ($$($(1)),)
|
|||
else
|
||||
$(1) := $$(SOONG_$(1))
|
||||
endif
|
||||
.KATI_READONLY := $(1) SOONG_$(1)
|
||||
endef
|
||||
|
||||
my_check_failed := false
|
||||
|
|
Loading…
Reference in New Issue