d58ba18272
This allows flame to boot TWRP. Still will need to work on super partition for vendor and system access. The plan will be to cherry-pick any updates to android-9.0 through gerrit.twrp.me to this branch as a WIP.
9 lines
162 B
Plaintext
Executable File
9 lines
162 B
Plaintext
Executable File
on boot
|
|
|
|
# For starting recovery on 5.0 and newer
|
|
service recovery /sbin/recovery
|
|
seclabel u:r:recovery:s0
|
|
|
|
on early-init
|
|
write /sys/fs/selinux/enforce 0
|