summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-03-07 11:43:55 -0800
committerCole Faust <colefaust@google.com>2022-03-07 11:43:55 -0800
commit4bfb1c916438f1e02a7ca3ad1a9a8f4e1721c32e (patch)
treeff4e885423638ae6ddddcb3847c0234a1207e168
parent26df8471f6281620eb7aa76e9be1e0d2fb2fb8fa (diff)
downloadhikey-4bfb1c916438f1e02a7ca3ad1a9a8f4e1721c32e.tar.gz
Remove comma after $(warning)
Having the comma there makes the warning not print, and makes the Starlark autoconverter fail to convert the warning. Fixes: 223228037 Test: Manually Change-Id: I7652e9a35c840ca493a064aec886ff3587ee52e4
-rw-r--r--device-common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device-common.mk b/device-common.mk
index ec3d7939..33d28c18 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -38,7 +38,7 @@ else
$(warning $(VND_PKG_URL) )
$(warning And extract in the ANDROID_TOP_DIR)
endif
-$(warning, EXPECTED_LINARO_VENDOR_VERSION=$(EXPECTED_LINARO_VENDOR_VERSION))
+$(warning EXPECTED_LINARO_VENDOR_VERSION=$(EXPECTED_LINARO_VENDOR_VERSION))
ifneq (,$(filter $(TARGET_PRODUCT),hikey960_tv hikey_tv))
# Setup TV Build