From 58ca016f4d07a26a2e7c8e26393804bb344f1ab2 Mon Sep 17 00:00:00 2001 From: Tim Lin Date: Sat, 19 Oct 2024 01:49:07 +0000 Subject: [PATCH] support NTN with dual SIM Bug: 365695195 Change-Id: Idede1ceeca86a357410fc5119a00c7255d6cde80 Test: NTN session Flag: EXEMPT --- device-caiman.mk | 3 +++ device-komodo.mk | 3 +++ device-tokay.mk | 3 +++ 3 files changed, 9 insertions(+) diff --git a/device-caiman.mk b/device-caiman.mk index 73c1a53f..b97b6362 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -463,6 +463,9 @@ SUPPORT_RIL_DOMAIN_SELECTION := true SUPPORT_VENDOR_SATELLITE_SERVICE := true +# Support NTN(satellite) with dual SIM +NTN_DUAL_SIM := true + # ETM ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) $(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk) diff --git a/device-komodo.mk b/device-komodo.mk index e7cc9dd5..f78c00ec 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -455,6 +455,9 @@ SUPPORT_RIL_DOMAIN_SELECTION := true SUPPORT_VENDOR_SATELLITE_SERVICE := true +# Support NTN(satellite) with dual SIM +NTN_DUAL_SIM := true + # Set support one-handed mode PRODUCT_PRODUCT_PROPERTIES += \ ro.support_one_handed_mode=true diff --git a/device-tokay.mk b/device-tokay.mk index 5413d69e..d41e0b30 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -424,6 +424,9 @@ SUPPORT_RIL_DOMAIN_SELECTION := true SUPPORT_VENDOR_SATELLITE_SERVICE := true +# Support NTN(satellite) with dual SIM +NTN_DUAL_SIM := true + # Keyboard height ratio and bottom padding in dp for portrait mode PRODUCT_PRODUCT_PROPERTIES += \ ro.com.google.ime.kb_pad_port_b=8 \