Use soong_config_ macros to set Soong config variables.
Bug: 198503843 Test: treehugger Change-Id: I0ba5abeb34b48ff07b6642e601c2badef81c5d7e
This commit is contained in:
@@ -22,4 +22,4 @@ include device/google/gs101/BoardConfig-common.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)
|
||||
|
||||
@@ -39,8 +39,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 += \
|
||||
|
||||
Reference in New Issue
Block a user