From a97560956ee10d9faa7c2bbbff29e31d75c479f8 Mon Sep 17 00:00:00 2001 From: Sam Mortimer Date: Wed, 4 Sep 2019 23:03:18 -0700 Subject: [PATCH] vendor/lineage: Depend on existing definition of empty Defined and marked readonly in build/make here: https://github.com/LineageOS/android_build/blob/7ddc50a066287b804a754951a597668d627478df/common/core.mk#L46 Change-Id: Ic233f0d41d03b28beb8d96c68692271d959fa188 --- build/core/utils.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/core/utils.mk b/build/core/utils.mk index 23bd4c9b..4b29233a 100644 --- a/build/core/utils.mk +++ b/build/core/utils.mk @@ -1,6 +1,6 @@ # vars for use by utils -empty := -space := $(empty) $(empty) +# the following are already defined in build/make: +# empty space comma newline pound backslash colon := $(empty):$(empty) underscore := $(empty)_$(empty)