[ALPS03881723] Workaround build error

[Detail] vendor binary cannot set debug_prop
after enabling PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE

[Solution] Mark it

MTK-Commit-Id: ab4a34b8a5afdef574ac2f42464925832328d48b

CR-Id: ALPS03881723
Feature: [Android Default] SELinux, SEAndroid, and SE-MTK
Change-Id: I9bed16503eb2d1e3f31f1225d58c99b42ca61940
This commit is contained in:
Lili Lin 2020-01-18 09:41:26 +08:00
parent f0be2264f5
commit 87b1d46893

View File

@ -16,7 +16,7 @@ init_daemon_domain(connsyslogger)
#allow connsyslogger to set property
allow connsyslogger vendor_consyslogger_prop:property_service set;
allow connsyslogger debug_prop:property_service set;
#allow connsyslogger debug_prop:property_service set;
allow connsyslogger persist_mtklog_prop:property_service set;
#allow connsyslogger system_radio_prop:property_service set;