refactor gps build system
Bug: 290725902 Bug: 295461217 Test: build pass and confirm GPS daemon init without problem Change-Id: I0ca115b5373c61f22c98398907aaef848d8957b4
This commit is contained in:
parent
edb75d41b1
commit
4c063b2d7d
2 changed files with 8 additions and 0 deletions
|
@ -165,6 +165,10 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_SOONG_NAMESPACES += vendor/google_devices/comet/prebuilts
|
||||
|
||||
# Location
|
||||
# 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_COPY_FILES += \
|
||||
device/google/comet/location/gps.cer:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.cer
|
||||
|
||||
|
|
|
@ -30,5 +30,9 @@ PRODUCT_MANUFACTURER := Google
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vendor.bluetooth.evb_bdaddr="22:22:22:33:44:55"
|
||||
|
||||
# Override to factory SDK
|
||||
$(call soong_config_set, gpssdk, sdkv1, True)
|
||||
$(call soong_config_set, gpssdk, gpsmcuversion, gpsv1_$(TARGET_BUILD_VARIANT))
|
||||
|
||||
# Factory binary of camera
|
||||
PRODUCT_PACKAGES += fatp_ct3_wide_hat_tool fatp_ct3_tele_hat_tool fatp_ct3_ultrawide_hat_tool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue