From 6cef6b07d18864844c4e0d9c92c0b1bba292a265 Mon Sep 17 00:00:00 2001 From: Herbert Xue Date: Fri, 12 Apr 2024 11:00:16 +0800 Subject: [PATCH] Update USES_LASSEN_MODEM soong config settings for aosp projects. Add the flag "use_lassen_modem" for bp to do the same checking like "USES_LASSEN_MODEM" in mk. Bug: 330654744 Test: 1. lunch aosp_cheetah-trunk_staging-userdebug 2. m RilConfigService Change-Id: Icb99b639837237b2afeea858de14669d583bf385 --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index d15c21d4..c11e291f 100644 --- a/device.mk +++ b/device.mk @@ -201,6 +201,7 @@ USE_LASSEN_OEMHOOK := true # Use for GRIL USES_LASSEN_MODEM := true +$(call soong_config_set, vendor_ril_google_feature, use_lassen_modem, true) ifeq ($(USES_GOOGLE_DIALER_CARRIER_SETTINGS),true) USE_GOOGLE_DIALER := true