From ba9c40f24409f98a2927d7c33129e864d1f5cc94 Mon Sep 17 00:00:00 2001 From: Weilun Liu Date: Sat, 18 Jan 2020 09:32:55 +0800 Subject: [PATCH] [ALPS03861873] rename system property [Detail] rename ril.ipo to vendor.ril.ipo MTK-Commit-Id: ceb3557c1f5abe011a8f1fbb92985d5ae1bc22e0 Change-Id: Ibc09f1687774046013d673a8db74f9aa911a277f CR-Id: ALPS03861873 Feature: [Module]Telephony power on --- non_plat/property.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/non_plat/property.te b/non_plat/property.te index 33acf82..d88027d 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -25,6 +25,8 @@ type ctl_dualmdlogger_prop, property_type; type ctl_viarild_prop, property_type; #=============allow mtkrild to set persist.ril property============== type persist_ril_prop, property_type, mtk_core_property_type; +type vendor_ril_ipo_prop property_type, mtk_core_property_type; + #=============allow gsm0710muxd to set mux property============== type gsm0710muxd_prop, property_type, mtk_core_property_type;