diff --git a/src/anbox/qemu/boot_properties_message_processor.cpp b/src/anbox/qemu/boot_properties_message_processor.cpp index 52f5089..37e1496 100644 --- a/src/anbox/qemu/boot_properties_message_processor.cpp +++ b/src/anbox/qemu/boot_properties_message_processor.cpp @@ -68,7 +68,7 @@ void BootPropertiesMessageProcessor::list_properties() { // To let surfaceflinger load our hwcomposer implementation we specify // the correct subkey of the module here. - "ro.hardware.hwcomposer=anbox" + "ro.hardware.hwcomposer=anbox", // Keep boot animation disabled as we don't need it "debug.sf.nobootanimation=1",