Use soong_config_ macros to set Soong config variables. am: fbe1c66488

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16479118

Change-Id: I9e1eb909d1a963c34f6d22a20d57fc9560769400
This commit is contained in:
Sasha Smundak
2021-12-16 00:33:59 +00:00
committed by Automerger Merge Worker
4 changed files with 8 additions and 8 deletions

View File

@@ -41,8 +41,8 @@ else
include device/google/gs101/fingerprint/udfps_factory.mk
endif
SOONG_CONFIG_lyric_tuning_product := oriole
SOONG_CONFIG_google3a_config_target_device := oriole
$(call soong_config_set,lyric,tuning_product,oriole)
$(call soong_config_set,google3a_config,target_device,oriole)
# Init files
PRODUCT_COPY_FILES += \

View File

@@ -47,8 +47,8 @@ endif
include hardware/google/pixel/vibrator/cs40l25/device.mk
SOONG_CONFIG_lyric_tuning_product := raven
SOONG_CONFIG_google3a_config_target_device := raven
$(call soong_config_set,lyric,tuning_product,raven)
$(call soong_config_set,google3a_config,target_device,raven)
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.support_kernel_idle_timer=true
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.enable_frame_rate_override=true

View File

@@ -29,8 +29,8 @@ include device/google/raviole/audio/slider/audio-tables.mk
include hardware/google/pixel/vibrator/cs40l25/device.mk
include device/google/gs101/bluetooth/bluetooth.mk
SOONG_CONFIG_lyric_tuning_product := slider
SOONG_CONFIG_google3a_config_target_device := slider
$(call soong_config_set,lyric,tuning_product,slider)
$(call soong_config_set,google3a_config,target_device,slider)
# WirelessCharger
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs101/device_framework_matrix_product_wireless.xml

View File

@@ -29,8 +29,8 @@ include hardware/google/pixel/vibrator/drv2624/device.mk
include device/google/raviole/audio/whitefin/audio-tables.mk
include device/google/gs101/bluetooth/bluetooth.mk
SOONG_CONFIG_lyric_tuning_product := slider
SOONG_CONFIG_google3a_config_target_device := slider
$(call soong_config_set,lyric,tuning_product,slider)
$(call soong_config_set,google3a_config,target_device,slider)
# WirelessCharger
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs101/device_framework_matrix_product_wireless.xml