From 7e58899bcfd83152581867b05bb012c5c4ec4b46 Mon Sep 17 00:00:00 2001 From: Mike Lockwood Date: Mon, 29 Sep 2014 06:17:10 -0700 Subject: Add bootanimation to audio group so it can play boot sound Bug: 17674304 Change-Id: I5d31bc024fa36fedac2c0ba5c4a8b100937183ad --- rootdir/init.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootdir') diff --git a/rootdir/init.rc b/rootdir/init.rc index 681324a..8ba7c10 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -586,7 +586,7 @@ service encrypt /system/bin/vdc --wait cryptfs enablecrypto inplace default service bootanim /system/bin/bootanimation class core user graphics - group graphics + group graphics audio disabled oneshot -- cgit v1.1