Fix incorrect boot properties
This commit is contained in:
parent
914fcdf101
commit
f7820e1f65
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue