From c1b0fbc8b032c5f54f29d50f6c53552a0962ac8f Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Mon, 11 Jan 2021 15:22:41 -0500 Subject: [PATCH] msm8953-common: Don't run `late-fs` on charger * Pixel boot enhancements start boot animation and its dependencies in `late-fs`. Hence our charger mode was horridly broken in 11. to mitigate this, just don't run `late-fs` on charger - the only net loss is some "read optimizations", which are no-ops here as we won't be reading/writing anything in charger mode. Change-Id: I0731bb767ae22863bcb2245eb2f8d5e94d7b3672 --- rootdir/etc/init.mmi.rc | 1 - 1 file changed, 1 deletion(-) diff --git a/rootdir/etc/init.mmi.rc b/rootdir/etc/init.mmi.rc index 3666759..c89a8fe 100644 --- a/rootdir/etc/init.mmi.rc +++ b/rootdir/etc/init.mmi.rc @@ -235,7 +235,6 @@ on charger trigger early-fs trigger fs trigger post-fs - trigger late-fs trigger post-fs-data trigger moto-charger class_stop main