From 10cd38d16ea564aad6e936b594d1ad8eab21ea5e Mon Sep 17 00:00:00 2001 From: Jim Tang Date: Wed, 5 Jun 2024 11:58:34 +0800 Subject: [PATCH] Make SUPPORT_MULTI_SIM recognizable in bp This commit establishes a soong config variable `sim_count` for easier converting Android.mk to Android.bp when dealing with multiple SIMs. Bug: 343823190 Test: presubmit Change-Id: Idbd52236b95e8d69516226a71a848d591f181d94 --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index c11e291f..58396790 100644 --- a/device.mk +++ b/device.mk @@ -927,6 +927,7 @@ endif # Exynos RIL and telephony # Multi SIM(DSDS) SIM_COUNT := 2 +$(call soong_config_set,sim,sim_count,$(SIM_COUNT)) SUPPORT_MULTI_SIM := true # Support NR SUPPORT_NR := true