Describe why we have to set the hardware name at boot

This commit is contained in:
Simon Fels 2016-06-20 08:27:56 +02:00
commit ceecb132cf

View file

@ -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