summaryrefslogtreecommitdiff
path: root/utils.mk
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-05-25 20:13:45 -0700
committerCyan Hsieh <cyanhsieh@google.com>2018-07-20 17:46:59 +0000
commit6bdcdf55fe34cc026ea216913940eec2d521a058 (patch)
treeb3f73ab46e191694a4d4e6aa3a3e9df0b50bad90 /utils.mk
parentcd0bdd104c14501e52d0537fd21a8b9c596d21dc (diff)
Stop (re)setting empty and space
These are set by the core build system, and are becoming readonly. Test: build/soong/build_test.bash -products ${TARGET_PRODUCT} Bug: 111163725 Change-Id: I07b7d32dd20d2abc482c80a499ecaa38ab50d41d
Diffstat (limited to 'utils.mk')
-rw-r--r--utils.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils.mk b/utils.mk
index c823d211..4a0cc2ae 100644
--- a/utils.mk
+++ b/utils.mk
@@ -1,6 +1,4 @@
# vars for use by utils
-empty :=
-space := $(empty) $(empty)
colon := $(empty):$(empty)
underscore := $(empty)_$(empty)