Use soong_config_ macros to set Soong config variables.
Bug: 198503843 Test: treehugger Change-Id: Ia396897ce7c93d0cfa62cac9ba5072af3f6d24d7
This commit is contained in:
parent
b82f47926c
commit
984a5c8989
4 changed files with 8 additions and 8 deletions
|
@ -30,8 +30,8 @@ include hardware/google/pixel/vibrator/cs40l26/device.mk
|
|||
include device/google/gs101/bluetooth/bluetooth.mk
|
||||
include device/google/gs201/uwb/uwb.mk
|
||||
|
||||
SOONG_CONFIG_lyric_tuning_product := cheetah
|
||||
SOONG_CONFIG_google3a_config_target_device := cheetah
|
||||
$(call soong_config_set,lyric,tuning_product,cheetah)
|
||||
$(call soong_config_set,google3a_config,target_device,cheetah)
|
||||
|
||||
# Init files
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -27,8 +27,8 @@ include device/google/pantah/audio/cloudripper/audio-tables.mk
|
|||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||
include device/google/gs101/bluetooth/bluetooth.mk
|
||||
|
||||
SOONG_CONFIG_lyric_tuning_product := cloudripper
|
||||
SOONG_CONFIG_google3a_config_target_device := cloudripper
|
||||
$(call soong_config_set,lyric,tuning_product,cloudripper)
|
||||
$(call soong_config_set,google3a_config,target_device,cloudripper)
|
||||
|
||||
# Init files
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -29,8 +29,8 @@ include device/google/pantah/audio/panther/audio-tables.mk
|
|||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||
include device/google/gs101/bluetooth/bluetooth.mk
|
||||
|
||||
SOONG_CONFIG_lyric_tuning_product := panther
|
||||
SOONG_CONFIG_google3a_config_target_device := panther
|
||||
$(call soong_config_set,lyric,tuning_product,panther)
|
||||
$(call soong_config_set,google3a_config,target_device,panther)
|
||||
|
||||
# Init files
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -28,8 +28,8 @@ include hardware/google/pixel/vibrator/cs40l26/device.mk
|
|||
include device/google/gs101/bluetooth/bluetooth.mk
|
||||
include device/google/gs201/uwb/uwb.mk
|
||||
|
||||
SOONG_CONFIG_lyric_tuning_product := cloudripper
|
||||
SOONG_CONFIG_google3a_config_target_device := cloudripper
|
||||
$(call soong_config_set,lyric,tuning_product,cloudripper)
|
||||
$(call soong_config_set,google3a_config,target_device,cloudripper)
|
||||
|
||||
# Init files
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue