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

Commit 1e9abd4f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1666095

Change-Id: I0bd2a2df2f155a2526cdf66ed75bfa01f7b98571
parents d56f6e14 a8b2ac4b
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");
        }
    });
}