Custom Anbox installation files & patches, including patched Android OS image file.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
690 B

--- a/src/anbox/cmds/container_manager.cpp 2020-06-06 14:35:43.604180115 +0300
+++ b/src/anbox/cmds/container_manager.cpp 2020-06-06 14:36:34.310846835 +0300
@@ -38,7 +38,7 @@ constexpr unsigned int unprivileged_user
anbox::cmds::ContainerManager::ContainerManager()
: CommandWithFlagsAndAction{
cli::Name{"container-manager"}, cli::Usage{"container-manager"},
- cli::Description{"Start the container manager service"}, true} {
+ cli::Description{"Start the container manager service"}} {
flag(cli::make_flag(cli::Name{"android-image"},
cli::Description{"Path to the Android rootfs image file if not stored in the data path"},