From 34b4efdcc876406bbd7f1de4b00869aacdf16f65 Mon Sep 17 00:00:00 2001 From: Herbert Xue Date: Fri, 12 Apr 2024 11:21:54 +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: I4ef0fe469e98fa6315896bbe8c422f741e207664 --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index 5d976f52..d2fe0a0b 100644 --- a/device.mk +++ b/device.mk @@ -215,6 +215,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