From ceecb132cf13afde836aa2257f1c5177e2e2242d Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Mon, 20 Jun 2016 08:27:56 +0200 Subject: [PATCH] Describe why we have to set the hardware name at boot --- src/anbox/support/boot_properties_message_processor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/anbox/support/boot_properties_message_processor.cpp b/src/anbox/support/boot_properties_message_processor.cpp index d77c8e0..d6b0ee9 100644 --- a/src/anbox/support/boot_properties_message_processor.cpp +++ b/src/anbox/support/boot_properties_message_processor.cpp @@ -42,6 +42,8 @@ void BootPropertiesMessageProcessor::list_properties() { // should be enough for the simple cases. "ro.anbox=1", + // Needed for identification within the system. Normally retrieve from + // kernel configuration which isn't possible in our case. "ro.hardware=goldfish", // Needed to let the gralloc HAL load the right implementation