From b937804ecdbe1839cc4dae232c4cbf430c4262f1 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Fri, 27 Jan 2023 12:36:51 +0100 Subject: [PATCH] session: Provide waydroid.host_data_path prop It is used by WaydroidUpdater app for IHardware::upgrade It defaults to /var/lib/waydroid/data but we are not bind mounting xdg data over /var/lib/waydroid/data anymore --- tools/helpers/images.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/helpers/images.py b/tools/helpers/images.py index 740dbc5..eb9e268 100644 --- a/tools/helpers/images.py +++ b/tools/helpers/images.py @@ -119,6 +119,7 @@ def make_prop(args, cfg, full_props_path): add_prop("waydroid.host.user", "user_name") add_prop("waydroid.host.uid", "user_id") add_prop("waydroid.host.gid", "group_id") + add_prop("waydroid.host_data_path", "waydroid_data") add_prop("waydroid.xdg_runtime_dir", "xdg_runtime_dir") add_prop("waydroid.pulse_runtime_path", "pulse_runtime_path") add_prop("waydroid.wayland_display", "wayland_display") -- 2.47.3