]> glassweightruler.freedombox.rocks Git - waydroid.git/commit
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)
commitd7fbbdf19c776d80379004eee7672f8f0df75062
tree99e8d83a4ce9437c19eb899ba6caf9c692fdc1bc
parent70cfd0ab2b36a3de4773f36c3cc3d0b4dc0705ad
app_manager: Don't rmdir /data/waydroid_tmp after install

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.
tools/actions/app_manager.py