commit | de18f472508d7127ccaf7db8c2f0c756a1eeca96 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Sep 30 10:16:38 2016 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Oct 05 15:21:41 2016 -0700 |
tree | 5606d7d6f6d607cc9e19930e27783029111e1f24 | |
parent | 0b24c74fcbb37628f2e6f9eb54d82586a27d41dc [diff] [blame] |
Mark Soong-exported make variables as readonly Using new .KATI_READONLY extension. Test: build/tooks/kati_all_products.sh on AOSP master and internal Change-Id: I71794c1268456c3403a351c1b242f1e78b060355
diff --git a/android/makevars.go b/android/makevars.go index 149f2f8..e431f11 100644 --- a/android/makevars.go +++ b/android/makevars.go
@@ -170,6 +170,7 @@ else $(1) := $$(SOONG_$(1)) endif +.KATI_READONLY := $(1) SOONG_$(1) endef my_check_failed := false