Skip to content
Snippets Groups Projects
Commit 984a5c89 authored by Sasha Smundak's avatar Sasha Smundak
Browse files

Use soong_config_ macros to set Soong config variables.

Bug: 198503843
Test: treehugger
Change-Id: Ia396897ce7c93d0cfa62cac9ba5072af3f6d24d7
parent b82f4792
No related branches found
No related tags found
No related merge requests found
......@@ -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 += \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment