]> glassweightruler.freedombox.rocks Git - waydroid.git/commit
Rebuild waydroid.prop after live upgrade
authorAlessandro Astone <ales.astone@gmail.com>
Tue, 6 Sep 2022 16:03:38 +0000 (18:03 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Fri, 9 Sep 2022 06:19:07 +0000 (08:19 +0200)
commit1361b3a7cbf35746884f4454b976528139911576
tree35043edfb33cfeed7ae4671988105eeafe566edc
parent7046fb2fd32b73fde5642187c914c2f637e666b1
Rebuild waydroid.prop after live upgrade

On waydroid upgrade waydroid_base.prop might change so we should
rewrite the mountable waydroid.prop file as well.

Do this in mount_rootfs so that:
* Every caller already benefits from this (initializer, upgrader...)
* We can set props based on rootfs contents
tools/actions/container_manager.py
tools/helpers/images.py