gps: refine iGNSS build system
Bug: 315915958 Test: build pass and GPS function works Change-Id: I1e7aa6d0e705810d9c81f89453e11acaa54d9d3b
This commit is contained in:
parent
e0f86786bc
commit
e9aa5a1114
25 changed files with 2192 additions and 30 deletions
|
@ -200,10 +200,16 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/caimito/prebuilts
|
||||
|
||||
# Location
|
||||
# iGNSS
|
||||
-include vendor/samsung_slsi/gps/s5400/device-gnss.mk
|
||||
# gps.cfg
|
||||
PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/ripcurrentpro
|
||||
$(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/ripcurrentpro
|
||||
SOONG_CONFIG_NAMESPACES += gpssdk
|
||||
SOONG_CONFIG_gpssdk += gpsconf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue