]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
app_manager: Don't rmdir /data/waydroid_tmp after install
authorAlessandro Astone <ales.astone@gmail.com>
Sat, 3 Sep 2022 18:45:58 +0000 (20:45 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Sat, 3 Sep 2022 18:45:59 +0000 (20:45 +0200)
Only user 1000 can create directories in /data, so this directory should
be created by android init.rc giving the host write permissions.
Don't remove it after installing so that it can be reused for a subsequent
installation.


No differences found