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
|
@ -30,6 +30,20 @@ PRODUCT_MANUFACTURER := Google
|
|||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vendor.bluetooth.evb_bdaddr="22:22:22:33:44:55"
|
||||
|
||||
# Location
|
||||
# iGNSS
|
||||
PRODUCT_PACKAGES += \
|
||||
sctd \
|
||||
spad \
|
||||
swcnd \
|
||||
libmptool_json \
|
||||
libmptool_log \
|
||||
libmptool_utils \
|
||||
sctd.json \
|
||||
spad.json \
|
||||
swcnd.json \
|
||||
android.hardware.gnss@2.1-impl
|
||||
# eGNSS
|
||||
# Override to factory SDK
|
||||
SOONG_CONFIG_NAMESPACES += gpssdk
|
||||
SOONG_CONFIG_gpssdk += sdkv1
|
||||
|
@ -44,4 +58,4 @@ SOONG_CONFIG_gpssdk_gpsconf := factory
|
|||
# Factory binaries of camera
|
||||
PRODUCT_PACKAGES += fatp_km4cm4tk4_wide_hat_tool fatp_km4cm4_tele_hat_tool fatp_km4cm4tk4_ultrawide_hat_tool fatp_km4cm4_front_hat_tool
|
||||
|
||||
PRODUCT_WITHOUT_TTS_VOICE_PACKS := true
|
||||
PRODUCT_WITHOUT_TTS_VOICE_PACKS := true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue