Stop (re)setting empty and space

These are set by the core build system, and are becoming readonly.

Bug: 76424357
Test: lunch aosp_taimen-userdebug; m nothing
Test: build-aosp_taimen.ninja is the same
Change-Id: Iaa1dc4844d7926d711a6dea680011141ab684e56
This commit is contained in:
Dan Willemsen
2018-04-04 20:30:50 -07:00
parent fd4dc5ab02
commit 50386448a9

View File

@@ -1,6 +1,4 @@
# vars for use by utils
empty :=
space := $(empty) $(empty)
colon := $(empty):$(empty)
underscore := $(empty)_$(empty)