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
|
@ -44,7 +44,6 @@ include device/google/gs-common/bcmbt/bluetooth.mk
|
|||
include device/google/gs-common/touch/gti/gti.mk
|
||||
include device/google/gs-common/touch/syna/syna20.mk
|
||||
include device/google/caimito/fingerprint/ultrasonic_udfps.mk
|
||||
-include vendor/samsung_slsi/gps/s5400/location/gnssd/device-gnss.mk
|
||||
|
||||
# go/lyric-soong-variables
|
||||
$(call soong_config_set,lyric,camera_hardware,komodo)
|
||||
|
@ -236,10 +235,16 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||
device/google/caimito/komodo/uwb
|
||||
|
||||
# Location
|
||||
# iGNSS
|
||||
-include vendor/samsung_slsi/gps/s5400/device-gnss.mk
|
||||
# gps.cfg
|
||||
PRODUCT_SOONG_NAMESPACES += device/google/caimito/location/komodo
|
||||
$(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/komodo
|
||||
SOONG_CONFIG_NAMESPACES += gpssdk
|
||||
SOONG_CONFIG_gpssdk += gpsconf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue