2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

update ChangeLog

This commit is contained in:
Christopher Roy Bratusek 2020-09-29 20:05:15 +02:00
parent 4c841f03a9
commit a86402774a

View File

@ -10,6 +10,11 @@
* note: missing `nanodroid_utils` will still make the default value used, as desired
* fix that empty `nanodroid_init=""` setup variable will get overriden with default value
* note: missing `nanodroid_init` will still make the default value used, as desired
* ensure we mount `system_${SLOT}` instead of `system`
* fixes issue with mounting `/system` on some devices in TWRP
* ensure we mount `vendor_${SLOT}` instead of `vendor`
* fixes issue with mounting `/vendor` on some devices in TWRP
* only create `/system/vendor -> /vendor` compat link needed on some devices if there's no `vendor_${SLOT}` partition
### General Changes