From a428ebd38c02a2af37eb1fbdb54c990815646ad5 Mon Sep 17 00:00:00 2001 From: Weilun Liu Date: Sat, 18 Jan 2020 09:33:13 +0800 Subject: [PATCH] [ALPS03861873] fix build error [Detail] correct sepolicy format, should add , between proerty name definition MTK-Commit-Id: b215a791362fa12c54cd99019a25608bc2771a18 Change-Id: I546219cebc8ea2b656a8ea61d9fa2cbbb2dc1c8d CR-Id: ALPS03861873 Feature: [Module]Telephony power on --- non_plat/property.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/non_plat/property.te b/non_plat/property.te index d88027d..7bf5fb3 100644 --- a/non_plat/property.te +++ b/non_plat/property.te @@ -25,7 +25,7 @@ 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; +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;