From f7820e1f6528fa6e4e2a67f4a30f551f0f9f8b76 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Tue, 15 Nov 2016 07:47:07 +0100 Subject: [PATCH] Fix incorrect boot properties --- src/anbox/qemu/boot_properties_message_processor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",