gps: maintain one solution

Bug: 315915958
Test: build pass and GPS function works
Change-Id: Ibe6f2ce01b95dea8fca53dda4833a81262ebc63a
This commit is contained in:
Wayne Lin 2024-02-17 11:04:51 +08:00 committed by Shinru Han
parent ba480d5089
commit 32f9c20881
65 changed files with 10 additions and 3581 deletions

View file

@ -202,25 +202,9 @@ PRODUCT_PACKAGES += \
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/caimito/prebuilts
# Location
# iGNSS
# gps.cfg
PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/ripcurrent24
$(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))
include device/google/gs-common/gps/brcm/device.mk
PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/ripcurrent24
SOONG_CONFIG_NAMESPACES += gpssdk
SOONG_CONFIG_gpssdk += gpsconf
SOONG_CONFIG_gpssdk_gpsconf ?= $(TARGET_BUILD_VARIANT)
PRODUCT_PACKAGES += \
gps.cer \
gps.xml \
scd.conf \
lhd.conf
PRODUCT_VENDOR_PROPERTIES += \
vendor.disable.thermal.control=1 \