From a3589547ff24c63fe0defeb7b6f5e42ae28b10b8 Mon Sep 17 00:00:00 2001 From: Adam Boardman Date: Mon, 29 Mar 2021 10:54:31 +0100 Subject: [PATCH] Removing unused bit from old droid hal --- usr/bin/droid/bind_vendor.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/usr/bin/droid/bind_vendor.sh b/usr/bin/droid/bind_vendor.sh index 36c1cad..2a05364 100644 --- a/usr/bin/droid/bind_vendor.sh +++ b/usr/bin/droid/bind_vendor.sh @@ -1,9 +1,5 @@ #!/bin/sh -#droid-hal-cosmopda-bin had these, uncertain if they are needed with the new LineageOS based generic android rootfs -#mount -o ro,bind /usr/libexec/droid-hybris/vendor/lib64/hw/audio.primary.mt6771.so /vendor/lib64/hw/audio.primary.mt6771.so -#mount -o ro,bind /usr/libexec/droid-hybris/vendor/lib64/libmtk-ril.so /vendor/lib64/libmtk-ril.so - #disable secure_element and keymaster as they always fail mount -o ro,bind /dev/null /vendor/etc/init/android.hardware.secure_element@1.0-service.rc mount -o ro,bind /dev/null /vendor/etc/init/android.hardware.keymaster@3.0-service.rc @@ -16,4 +12,3 @@ mount -o ro,bind /dev/null /vendor/etc/init/init.wmt_drv.rc #disable loading of the vendor fmradio and gps drivers as we build and launch our own within gemian mount -o ro,bind /dev/null /vendor/etc/init/init.fmradio_drv.rc mount -o ro,bind /dev/null /vendor/etc/init/init.gps_drv.rc -