diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2019-09-12 11:06:18 +0100 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2019-09-12 11:14:27 +0100 |
| commit | 2d5131cdaf373185273f11272eb061e794af6e10 (patch) | |
| tree | 43709cd37114c7fb9908783af0b272d3a2489df8 | |
| parent | f93b263798e5f1c2236adb53627fbbe3a2ddefcd (diff) | |
beryllium: Drop display feature service override
This custom HAL is now dead after the switch to OSS display HAL,
therefore there's no need to override the service anymore.
Change-Id: Ied16935684495bcab3b4ce7fe3061df9cff3ea39
| -rw-r--r-- | rootdir/etc/init.target.rc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rootdir/etc/init.target.rc b/rootdir/etc/init.target.rc index e8ffa3f..43bacdf 100644 --- a/rootdir/etc/init.target.rc +++ b/rootdir/etc/init.target.rc @@ -31,14 +31,6 @@ on boot chown cameraserver root /sys/class/thermal/thermal_message/boost chmod 0664 /sys/class/thermal/thermal_message/boost -service displayfeature-hal-1-0 /vendor/bin/hw/vendor.xiaomi.hardware.displayfeature@1.0-service - override - class hal - user system - group system graphics - onrestart restart displayfeature - disabled - service remosaic_daemon /vendor/bin/remosaic_daemon class late_start user camera |
