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: Ic8d92ec69abecaeaf955bb239fca65a013891a34
This commit is contained in:
parent
c739d79083
commit
d59321a595
5 changed files with 5 additions and 5 deletions
|
@ -206,7 +206,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/caimito/location/ripcurrent24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue