Use soong_config_ macros to set Soong config variables. am: 6cc8aa3d80

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

Change-Id: I36950fc52037330466c49d2161a83470fa622d93
This commit is contained in:
Sasha Smundak 2021-12-16 01:36:16 +00:00 committed by Automerger Merge Worker
commit 8f37a3cbdd
2 changed files with 3 additions and 3 deletions

View file

@ -23,4 +23,4 @@ include device/google/gs101/wifi/BoardConfig-wifi.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
-include vendor/google_devices/bluejay/proprietary/BoardConfigVendor.mk
SOONG_CONFIG_google3a_config_target_device := bluejay
$(call soong_config_set,google3a_config,target_device,bluejay)

View file

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