Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8b2ac4b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Populate `ro.boot.debug.sf.nobootanimation` from `android.bootanim`"

parents b20e9a36 c755e5ed
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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");
        }
    });
}