commit | a232a45b595d68e77adfe9867e84a1fdc39b04d2 | [log] [tgz] |
---|---|---|
author | Keun-young Park <keunyoung@google.com> | Thu Mar 23 13:48:26 2017 -0700 |
committer | Keun-young Park <keunyoung@google.com> | Fri Mar 31 16:56:08 2017 -0700 |
tree | 5e203afcd188d9c1f09febfa9a629427531fca22 | |
parent | 27c2f822ba004c5ef8496aaa65707cd1e9e33b35 [diff] |
add components necessary for bootanim to animation class - necessary for running shutdown animation: android.hardware.graphics.composer android.hardware.graphics.allocator android.hardware.configstore bug: 36526187 Test: many reboots Change-Id: Iba3eefddd2bd33c28152c17081a4ad13619d330d
diff --git a/configstore/1.0/default/android.hardware.configstore@1.0-service.rc b/configstore/1.0/default/android.hardware.configstore@1.0-service.rc index 8741bdd..563d854 100644 --- a/configstore/1.0/default/android.hardware.configstore@1.0-service.rc +++ b/configstore/1.0/default/android.hardware.configstore@1.0-service.rc
@@ -1,4 +1,4 @@ service configstore-hal-1-0 /vendor/bin/hw/android.hardware.configstore@1.0-service - class hal + class hal animation user system group system
diff --git a/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc b/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc index 3e2edda..9a08f66 100644 --- a/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc +++ b/graphics/allocator/2.0/default/android.hardware.graphics.allocator@2.0-service.rc
@@ -1,5 +1,5 @@ service gralloc-2-0 /vendor/bin/hw/android.hardware.graphics.allocator@2.0-service - class hal + class hal animation user system group graphics drmrpc onrestart restart surfaceflinger
diff --git a/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc b/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc index b6060db..51b0e3b 100644 --- a/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc +++ b/graphics/composer/2.1/default/android.hardware.graphics.composer@2.1-service.rc
@@ -1,5 +1,5 @@ service hwcomposer-2-1 /vendor/bin/hw/android.hardware.graphics.composer@2.1-service - class hal + class hal animation user system group graphics drmrpc capabilities SYS_NICE