sonyxperiadev / device-sony-tone

10 stars 25 forks source link

[o-mr0] fix generation of OTA packages #110

Closed oshmoun closed 6 years ago

oshmoun commented 6 years ago

After the removal of the mount for system, the build system failed to generate OTA packages, as it relies on fstab to know what to mount when executing the update script. This reverts the removal of the lines, and adds to them the flag "recoveryonly" to avoid having Android attempt a remount of those partitions.