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:
commit
8f37a3cbdd
2 changed files with 3 additions and 3 deletions
|
@ -23,4 +23,4 @@ include device/google/gs101/wifi/BoardConfig-wifi.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)
|
||||||
|
|
|
@ -41,8 +41,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