Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 121fe849 authored by Iliyan Malchev's avatar Iliyan Malchev Committed by android-build-merger
Browse files

init.rc: have hwservicemanager start the HAL class am: 57d66b84 am: ad0cbcf2

am: f0099ccb

Change-Id: I5c24ecbf89d723c478a02bcab8cffc4e9e4385e9
parents ac129cba f0099ccb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -59,3 +59,4 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/grep $(PRODUCT_OUT)/syst
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/hw/gatekeeper.$(TARGET_DEVICE).so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/hw/gatekeeper.$(TARGET_DEVICE).so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/vendor)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
+12 −0
Original line number Diff line number Diff line
@@ -577,6 +577,8 @@ on boot
    # Define default initial receive window size in segments.
    setprop net.tcp.default_init_rwnd 60

    # Start all binderized HAL daemons
    start hwservicemanager
    class_start core

on nonencrypted
@@ -666,3 +668,13 @@ on property:ro.debuggable=1
service flash_recovery /system/bin/install-recovery.sh
    class main
    oneshot

service hwservicemanager /system/bin/hwservicemanager
    user system
    disabled
    group system readproc
    critical
    writepid /dev/cpuset/system-background/tasks

on property:hwservicemanager.ready=true
    class_start hal