Use soong_config_ macros to set Soong config variables.
Bug: 198503843 Test: treehugger Change-Id: I0ba5abeb34b48ff07b6642e601c2badef81c5d7e
This commit is contained in:
parent
87d7147b24
commit
6cc8aa3d80
2 changed files with 3 additions and 3 deletions
|
@ -22,4 +22,4 @@ include device/google/gs101/BoardConfig-common.mk
|
||||||
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
||||||
-include vendor/google_devices/bluejay/proprietary/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
|
include device/google/gs101/fingerprint/udfps_factory.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SOONG_CONFIG_lyric_tuning_product := bluejay
|
$(call soong_config_set,lyric,tuning_product,bluejay)
|
||||||
SOONG_CONFIG_google3a_config_target_device := bluejay
|
$(call soong_config_set,google3a_config,target_device,bluejay)
|
||||||
|
|
||||||
# Init files
|
# Init files
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue