diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 844be2d..711e7ac 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -4,6 +4,7 @@ on post-fs mount none /system/etc/WCNSS_qcom_cfg.ini /vendor/etc/wifi/WCNSS_qcom_cfg.ini bind mount none /system/lib64/soundfx/libvolumelistener.so /vendor/lib64/soundfx/libvolumelistener.so bind mount none /system/lib/soundfx/libvolumelistener.so /vendor/lib/soundfx/libvolumelistener.so bind + mount none /system/bin/hw/android.hardware.usb@1.0-service.basic /vendor/bin/hw/android.hardware.usb@1.0-service bind on boot # Touchscreen diff --git a/usb/android.hardware.usb@1.0-service.basic.rc b/usb/android.hardware.usb@1.0-service.basic.rc index cbe8f81..7d40898 100644 --- a/usb/android.hardware.usb@1.0-service.basic.rc +++ b/usb/android.hardware.usb@1.0-service.basic.rc @@ -1,4 +1,5 @@ -service vendor.usb-hal-1-0 /vendor/bin/hw/android.hardware.usb@1.0-service.basic +service vendor.usb-hal-1-0 /vendor/bin/hw/android.hardware.usb@1.0-service + override class hal user system group system