[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
This commit is contained in:
Shanshan Guo 2020-01-18 10:15:40 +08:00
parent b11cda4bfd
commit 54facf3dd8

View File

@ -39,8 +39,3 @@ allow system_app mtk_hal_mms:binder call;
# Operation : Migration # Operation : Migration
# Purpose : system_app need vendor_default_prop # Purpose : system_app need vendor_default_prop
get_prop(system_app, 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)