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
This commit is contained in:
Cole Faust 2024-02-06 09:54:29 -08:00
parent 3a6c9aae82
commit d7afb3f9ca

View file

@ -260,7 +260,7 @@ $(call soong_config_set, gpssdk, buildtype, $(TARGET_BUILD_VARIANT))
PRODUCT_PACKAGES += gps.cfg PRODUCT_PACKAGES += gps.cfg
# eGNSS # eGNSS
# SDK build system # 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 include device/google/gs-common/gps/brcm/device.mk
PRODUCT_SOONG_NAMESPACES += device/google/comet/location PRODUCT_SOONG_NAMESPACES += device/google/comet/location
SOONG_CONFIG_NAMESPACES += gpssdk SOONG_CONFIG_NAMESPACES += gpssdk