Use soong_config_ macros to set Soong config variables.

Bug: 198503843
Test: treehugger
Change-Id: I0a89cee756fd93e3c485c74aec5fcbbc66f850f9
This commit is contained in:
Sasha Smundak 2021-12-16 11:29:57 -08:00
parent e7cfbb7e37
commit 45b021eeb3

View file

@ -35,8 +35,8 @@ ifeq ($(filter factory_felix, $(TARGET_PRODUCT)),)
include device/google/felix/uwb/uwb_calibration.mk include device/google/felix/uwb/uwb_calibration.mk
endif endif
SOONG_CONFIG_lyric_tuning_product := felix $(call soong_config_set,lyric,tuning_product,felix)
SOONG_CONFIG_google3a_config_target_device := felix $(call soong_config_set,google3a_config,target_device,felix)
BOARD_SEPOLICY_DIRS += \ BOARD_SEPOLICY_DIRS += \
hardware/google/pixel-sepolicy/vibrator/common \ hardware/google/pixel-sepolicy/vibrator/common \