diff options
| author | GuaiYiHu <guaiyihu@foxmail.com> | 2019-01-10 11:23:18 +0800 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2019-01-13 23:21:55 +0300 |
| commit | 3dc827fcd483d25f6bf5abde5f03dc5511e236ce (patch) | |
| tree | 1b5c96fd05ad1d9fb9e0e3edb2cc3d78a4bbd5fe | |
| parent | bea7d0b730fd5dea4f0fbef484371c3c8f213a72 (diff) | |
sepolicy: Add type vendor_display_prop for legacy devices
* ERROR 'unknown type vendor_display_prop'
Change-Id: Ia4d471bd67f93d25b16faa9a5ae67b85d7655721
| -rw-r--r-- | common/property.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/property.te b/common/property.te index 1579ccc..b1f037a 100644 --- a/common/property.te +++ b/common/property.te @@ -47,6 +47,7 @@ type msm_irqbl_sdm630_prop, property_type; type camera_prop, property_type; type spcomlib_prop, property_type; type sdm_idle_time_prop, property_type; +type vendor_display_prop, property_type; type scr_enabled_prop, property_type; type bg_daemon_prop, property_type; type bg_boot_complete_prop, property_type; |
