No description
3940fb4240
* When we remount partitions via `adb remount`, a scratch partition is made for overlayfs to use - this takes up space and breaks OTA. The end user /could/ run this to fix it: `adb reboot fastboot && fastboot delete-logical-partition scratch && fastboot reboot` But that's bad UX, remount should work. This ensures that with or without GMS, we reserve some space on all dynamic partitions. * Set amount to `8 * 1024 * 1024` + 1 for good measure. * Don't reserve this amount of `-user` builds as we don't remount there. Change-Id: I969aea92747a17ceca299e109c6e0ab563951374 |
||
---|---|---|
bash_completion | ||
bootanimation | ||
build | ||
charger | ||
config | ||
overlay | ||
prebuilt/common | ||
product | ||
release | ||
tools | ||
vars | ||
.gitignore | ||
LICENSE | ||
README.mkdn |
LineageOS =========== Getting started --------------- Please see the [LineageOS Wiki](https://wiki.lineageos.org/) for building instructions, by device. Submitting patches ------------------ Patches are always welcome! Please submit your patches via LineageOS Gerrit! Simply follow our guide on [how to submit patches](https://wiki.lineageos.org/submitting-patch-howto.html). To view the status of your and others' patches, visit [LineageOS Gerrit Code Review](https://review.lineageos.org/). Buildbot -------- All supported devices are built weekly and periodically as changes are committed to ensure the source trees remain buildable. You can view the current build statuses at [LineageOS Buildkite](https://buildkite.com/lineageos). Builds produced weekly by the buildbot can be downloaded from [LineageOS downloads](https://download.lineageos.org/).