Remove obsolete overlay-binaries
This commit is contained in:
@@ -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
|
||||
@@ -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&
|
||||
@@ -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.
@@ -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
|
||||
Reference in New Issue
Block a user