sonyxperiadev / device-sony-loire

17 stars 40 forks source link

fstab: Allow recovery to use the misc partition #32

Closed alviteri closed 8 years ago

alviteri commented 8 years ago

Android Nougat changed how it communicates with the recovery partition. Until now the recovery commands had been written to the /cache partition, but this has changed. Now recovery writes to the /misc partition.

Fortunately for loire devices we actually have an empty and unused /apps_log partition we can use.

Signed-off-by: Adam Farden adam@farden.cz