Merge "Populate ro.boot.debug.sf.nobootanimation
from android.bootanim
" am: a8b2ac4b30
am: 1e9abd4fff
am: 5e496f269b
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1666095 Change-Id: I344fb7505478ed3fd00245708d3e3252e035c9e4
This commit is contained in:
commit
33156eea6f
1 changed files with 4 additions and 0 deletions
|
@ -1200,6 +1200,10 @@ static void ProcessKernelCmdline() {
|
|||
// emulator specific, should be retired once emulator migrates to
|
||||
// androidboot.
|
||||
InitPropertySet("ro.boot." + key, value);
|
||||
} else if (key == "android.bootanim" && value == "0") {
|
||||
// emulator specific, should be retired once emulator migrates to
|
||||
// androidboot.
|
||||
InitPropertySet("ro.boot.debug.sf.nobootanimation", "1");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue