aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2021-09-28 12:43:04 -0700
committerCole Faust <colefaust@google.com>2021-09-28 12:43:04 -0700
commite96edc34ce303457eaf899ac243726be328ea1cd (patch)
tree157e19d7bef31df921c2fe2caacdf97d8418e2aa
parent95e5729ee5cdc604ebf2d906f45cc2ccf921bf1d (diff)
downloadbuild-e96edc34ce303457eaf899ac243726be328ea1cd.tar.gz
Fix parsing issues in board_config.mk
Soong's "androidmk" makefile parser couldn't parse board_config.mk due to these issues. Fixes: 201440410 Test: Manually Change-Id: I2dc298fb969a140e14f704a8c9f9f2ec98be7bc0
-rw-r--r--core/board_config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/board_config.mk b/core/board_config.mk
index b4e2b914c1..f4a06567d6 100644
--- a/core/board_config.mk
+++ b/core/board_config.mk
@@ -751,7 +751,7 @@ endef
ifdef BOARD_VNDK_VERSION
ifeq ($(BOARD_VNDK_VERSION),$(PLATFORM_VNDK_VERSION))
- $(error BOARD_VNDK_VERSION is equal to PLATFORM_VNDK_VERSION; use BOARD_VNDK_VERSION := current))
+ $(error BOARD_VNDK_VERSION is equal to PLATFORM_VNDK_VERSION; use BOARD_VNDK_VERSION := current)
endif
ifneq ($(BOARD_VNDK_VERSION),current)
$(call check_vndk_version,$(BOARD_VNDK_VERSION))
@@ -809,8 +809,8 @@ $(foreach m,$(DEFAULT_WARNING_BUILD_MODULE_TYPES),\
$(KATI_deprecated_var $(m),Please convert to Soong)))
$(if $(filter true,$(BUILD_BROKEN_USES_BUILD_COPY_HEADERS)),\
- $(KATI_deprecated_var BUILD_COPY_HEADERS,See $(CHANGES_URL)#copy_headers),\
- $(KATI_obsolete_var BUILD_COPY_HEADERS,See $(CHANGES_URL)#copy_headers))
+ $(KATI_deprecated_var BUILD_COPY_HEADERS,See $(CHANGES_URL)\#copy_headers),\
+ $(KATI_obsolete_var BUILD_COPY_HEADERS,See $(CHANGES_URL)\#copy_headers))
$(foreach m,$(filter-out BUILD_COPY_HEADERS,$(DEFAULT_ERROR_BUILD_MODULE_TYPES)),\
$(if $(filter true,$(BUILD_BROKEN_USES_$(m))),\