avicii: Enable DSDS by default

* Nord does not have a single sim variant

Bug: 197273281
Test: Confirm DSDS property.
Change-Id: I007ef6b81ddfdb3d9692f286bbcb85c2bae5dae5
This commit is contained in:
Grace Chen
2023-01-29 23:10:42 +05:30
committed by AmolAmrit
parent 2cc2bd3cce
commit 76b7c50661
4 changed files with 1 additions and 20 deletions

View File

@@ -73,12 +73,6 @@ sh_binary {
vendor: true,
}
sh_binary {
name: "init.oplus.sh",
src: "init.oplus.sh",
device_specific: true,
}
sh_binary {
name: "init.qcom.early_boot.sh",
src: "init.qcom.early_boot.sh",

View File

@@ -14,10 +14,6 @@ on fs
write /proc/touchpanel/tp_fw_update 0
on early-boot
# Radio
exec_start oplus-sh
setprop persist.radio.multisim.config ${vendor.radio.multisim.config}
# SSR
write /sys/bus/msm_subsys/devices/subsys0/restart_level RELATED
write /sys/bus/msm_subsys/devices/subsys1/restart_level RELATED

View File

@@ -1,10 +0,0 @@
#! /vendor/bin/sh
#
# Copyright (C) 2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
if grep -q simcardnum.doublesim=1 /proc/cmdline; then
setprop vendor.radio.multisim.config dsds
fi

View File

@@ -40,6 +40,7 @@ persist.vendor.data.mode=concurrent
# Radio
ril.subscription.types=NV,RUIM
persist.radio.multisim.config=dsds
# Sensors
persist.vendor.sensors.enable.mag_filter=true