From 45b021eeb32a1ca579871bc759c0893ec677d650 Mon Sep 17 00:00:00 2001 From: Sasha Smundak Date: Thu, 16 Dec 2021 11:29:57 -0800 Subject: [PATCH] Use soong_config_ macros to set Soong config variables. Bug: 198503843 Test: treehugger Change-Id: I0a89cee756fd93e3c485c74aec5fcbbc66f850f9 --- device-felix.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device-felix.mk b/device-felix.mk index 5360dee..6711c0a 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -35,8 +35,8 @@ ifeq ($(filter factory_felix, $(TARGET_PRODUCT)),) include device/google/felix/uwb/uwb_calibration.mk endif -SOONG_CONFIG_lyric_tuning_product := felix -SOONG_CONFIG_google3a_config_target_device := felix +$(call soong_config_set,lyric,tuning_product,felix) +$(call soong_config_set,google3a_config,target_device,felix) BOARD_SEPOLICY_DIRS += \ hardware/google/pixel-sepolicy/vibrator/common \