gps: refine gps build system
- remove override directive - separate gps configuration files for each device Bug: 291186485 Test: build pass and configuration files are correct Change-Id: I907d5e04c267753ce25e5de5f5080536df7e7041
This commit is contained in:
parent
036e25d0bf
commit
3087d9a54b
12 changed files with 261 additions and 16 deletions
|
@ -33,10 +33,15 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
# Override to factory SDK
|
||||
SOONG_CONFIG_NAMESPACES += gpssdk
|
||||
SOONG_CONFIG_gpssdk += sdkv1
|
||||
override SOONG_CONFIG_gpssdk_sdkv1 := true
|
||||
SOONG_CONFIG_gpssdk_sdkv1 := true
|
||||
|
||||
SOONG_CONFIG_NAMESPACES += gpssdk
|
||||
SOONG_CONFIG_gpssdk += gpsmcuversion
|
||||
override SOONG_CONFIG_gpssdk_gpsmcuversion := gpsv1_$(TARGET_BUILD_VARIANT)
|
||||
SOONG_CONFIG_gpssdk_gpsmcuversion := gpsv1_$(TARGET_BUILD_VARIANT)
|
||||
|
||||
SOONG_CONFIG_NAMESPACES += gpssdk
|
||||
SOONG_CONFIG_gpssdk += gpsconf
|
||||
SOONG_CONFIG_gpssdk_gpsconf := factory
|
||||
|
||||
# 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