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
This commit is contained in:
parent
702e14bdcf
commit
10cd38d16e
1 changed files with 1 additions and 0 deletions
|
@ -927,6 +927,7 @@ endif
|
||||||
# Exynos RIL and telephony
|
# Exynos RIL and telephony
|
||||||
# Multi SIM(DSDS)
|
# Multi SIM(DSDS)
|
||||||
SIM_COUNT := 2
|
SIM_COUNT := 2
|
||||||
|
$(call soong_config_set,sim,sim_count,$(SIM_COUNT))
|
||||||
SUPPORT_MULTI_SIM := true
|
SUPPORT_MULTI_SIM := true
|
||||||
# Support NR
|
# Support NR
|
||||||
SUPPORT_NR := true
|
SUPPORT_NR := true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue