mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
sm6375-common: sepolicy: Remove hal_lineage_health_default & Unused code
Lineage Health Hal: This only available in LineageOS based rom, other rom based on AOSP will get sepolicy error while building
This commit is contained in:
5
sepolicy/vendor/system_app.te
vendored
5
sepolicy/vendor/system_app.te
vendored
@@ -3,19 +3,14 @@ allow system_app sysfs_thermal:file rw_file_perms;
|
||||
allow system_app proc_pagetypeinfo:file r_file_perms;
|
||||
allow system_app sysfs_zram:dir search;
|
||||
allow system_app sysfs_zram:file r_file_perms;
|
||||
#allow system_app system_suspend_control_internal_service:service_manager find;
|
||||
#allow system_app tracingproxy_service:service_manager find;
|
||||
|
||||
# vendor_aware_prop
|
||||
get_prop(system_app, vendor_aware_available_prop);
|
||||
|
||||
binder_call(system_app, hal_audio_default)
|
||||
binder_call(system_app, hal_lineage_health_default)
|
||||
binder_call(system_app, hal_power_default)
|
||||
binder_call(system_app, hal_vibrator_default)
|
||||
binder_call(system_app, hal_wifi_supplicant_default)
|
||||
#binder_call(system_app, storaged)
|
||||
#binder_call(system_app, system_suspend)
|
||||
binder_call(system_app, wificond)
|
||||
|
||||
# Fast charger node
|
||||
|
||||
Reference in New Issue
Block a user