add local files

This commit is contained in:
Prabhjot Singh 2019-05-24 17:27:16 +05:30
parent 7cd02093c4
commit 974813cf3c
1694 changed files with 364708 additions and 0 deletions

View file

@ -0,0 +1,22 @@
on post-fs-data
# SAMSUNG
# create fota directory
mkdir /data/fota 0775 system system
service uncrypt /system/bin/uncrypt
class main
socket uncrypt stream 600 system system
disabled
oneshot
service setup-bcb /system/bin/uncrypt --setup-bcb
class main
socket uncrypt stream 600 system system
disabled
oneshot
service clear-bcb /system/bin/uncrypt --clear-bcb
class main
socket uncrypt stream 600 system system
disabled
oneshot