Create necessary data paths on startup
This commit is contained in:
parent
d46e471b9d
commit
077a56b193
1 changed files with 5 additions and 0 deletions
|
|
@ -83,6 +83,11 @@ anbox::cmds::Run::Run(const BusFactory& bus_factory)
|
|||
|
||||
utils::ensure_paths({
|
||||
config::socket_path(),
|
||||
config::host_share_path(),
|
||||
config::host_android_data_path(),
|
||||
config::host_android_cache_path(),
|
||||
config::host_android_storage_path(),
|
||||
config::host_input_device_path(),
|
||||
});
|
||||
|
||||
auto rt = Runtime::create();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue