Remove obsolete overlay-binaries

This commit is contained in:
ggow
2019-04-23 11:01:01 +01:00
parent da4fe56568
commit 595a7f5355
6 changed files with 0 additions and 39 deletions
-4
View File
@@ -1,4 +0,0 @@
#!/system/bin/sh
/system/bin/chmod 666 /sys/kernel/debug/ion/heaps/*
/system/bin/chmod -R 777 /data/nvram/APCFG/APRDCL
-2
View File
@@ -1,2 +0,0 @@
#!/system/bin/sh
/system/bin/mount.exfat /dev/block/mmcblk1p1 /mnt/media_rw/sdcard1/ && /system/bin/sdcard -u 1023 -g 1023 -w 1023 -d /mnt/media_rw/sdcard1 /storage/sdcard1&
-18
View File
@@ -1,18 +0,0 @@
#!/system/bin/sh
[ `getprop persist.sys.root_access` = 0 ] || /system/xbin/su --daemon
service su_daemon /system/xbin/su --daemon
seclabel u:r:sudaemon:s0
on property:persist.sys.root_access=0
stop su_daemon
on property:persist.sys.root_access=2
stop su_daemon
on property:persist.sys.root_access=1
start su_daemon
on property:persist.sys.root_access=3
start su_daemon
Binary file not shown.
Binary file not shown.
-15
View File
@@ -1,15 +0,0 @@
OVERLAY_BIN := device/amazon/ford/overlay-binaries
# Install init.d scripts
PRODUCT_COPY_FILES += \
$(OVERLAY_BIN)/99exfat-support:system/etc/init.d/99exfat-support \
$(OVERLAY_BIN)/99sudaemon:system/etc/init.d/99sudaemon \
$(OVERLAY_BIN)/00permissions:system/etc/init.d/00permissions
# Swype gesture lib
PRODUCT_COPY_FILES += \
$(OVERLAY_BIN)/libjni_latinimegoogle.so:system/lib/libjni_latinimegoogle.so
# Use mediatek video encoder from FireOS 5.1.4
PRODUCT_COPY_FILES += \
$(OVERLAY_BIN)/libMtkOmxVenc.so:system/lib/libMtkOmxVenc.so