From 54facf3dd8dd8abe25895818f21a55be7580d267 Mon Sep 17 00:00:00 2001 From: Shanshan Guo Date: Sat, 18 Jan 2020 10:15:40 +0800 Subject: [PATCH] [ALPS04668349] SEPolicy: Fix build error [Detail] mtk_em_tel_log_prop is defined in bsp/, the rule in basic/ will cause error while building basic project. [Solution] Move the rule of mtk_em_tel_log_prop from basic/ to bsp/. MTK-Commit-Id: 0d04d80f653343466407bd1dd3b260bfdd0859a9 Change-Id: Ibb01bd54502f5178fc35429c5df128a6c319e812 CR-Id: ALPS04668349 Feature: [Android Default] SELinux, SEAndroid, and SE-MTK --- non_plat/system_app.te | 5 ----- 1 file changed, 5 deletions(-) diff --git a/non_plat/system_app.te b/non_plat/system_app.te index 8a88e6b..956a0e3 100644 --- a/non_plat/system_app.te +++ b/non_plat/system_app.te @@ -39,8 +39,3 @@ allow system_app mtk_hal_mms:binder call; # Operation : Migration # Purpose : system_app need vendor_default_prop get_prop(system_app, vendor_default_prop) - -# Date: 2019/06/17 -# Operation : Migration -# Purpose :allow system_app to read mtk_em_tel_log_prop -get_prop(system_app, mtk_em_tel_log_prop)