diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2018-05-25 20:13:45 -0700 |
|---|---|---|
| committer | Cyan Hsieh <cyanhsieh@google.com> | 2018-07-20 17:46:59 +0000 |
| commit | 6bdcdf55fe34cc026ea216913940eec2d521a058 (patch) | |
| tree | b3f73ab46e191694a4d4e6aa3a3e9df0b50bad90 /utils.mk | |
| parent | cd0bdd104c14501e52d0537fd21a8b9c596d21dc (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.mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,6 +1,4 @@ # vars for use by utils -empty := -space := $(empty) $(empty) colon := $(empty):$(empty) underscore := $(empty)_$(empty) |
