From 50386448a9522a5b6c67ff310fbd6d14bab6a702 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Wed, 4 Apr 2018 20:30:50 -0700 Subject: [PATCH] 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 --- utils.mk | 2 -- 1 file changed, 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)