Merge "Mark Soong-exported make variables as readonly"
This commit is contained in:
@@ -170,6 +170,7 @@ ifneq ($$($(1)),)
|
|||||||
else
|
else
|
||||||
$(1) := $$(SOONG_$(1))
|
$(1) := $$(SOONG_$(1))
|
||||||
endif
|
endif
|
||||||
|
.KATI_READONLY := $(1) SOONG_$(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
my_check_failed := false
|
my_check_failed := false
|
||||||
|
Reference in New Issue
Block a user