From d7afb3f9ca6d74e1d1053544ad85e704e70b988f Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 6 Feb 2024 09:54:29 -0800 Subject: [PATCH] Rename include_libsitril-gps-wifi We're adding a restriction that soong config namespaces/variables are valid go identifiers. The dash in the name fails that check. Bug: 323382414 Test: Presubmits Change-Id: I925c526de2b19f457b68b1fd82c8fe2ebd78de64 --- device-comet.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-comet.mk b/device-comet.mk index 2a3b3cd..62fcdfa 100644 --- a/device-comet.mk +++ b/device-comet.mk @@ -260,7 +260,7 @@ $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT)) PRODUCT_PACKAGES += gps.cfg # eGNSS # SDK build system -$(call soong_config_set, include_libsitril-gps-wifi, board_without_radio, $(BOARD_WITHOUT_RADIO)) +$(call soong_config_set, include_libsitril_gps_wifi, board_without_radio, $(BOARD_WITHOUT_RADIO)) include device/google/gs-common/gps/brcm/device.mk PRODUCT_SOONG_NAMESPACES += device/google/comet/location SOONG_CONFIG_NAMESPACES += gpssdk