Describe why we have to set the hardware name at boot
This commit is contained in:
parent
88acea0899
commit
ceecb132cf
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue