summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-04-22 09:00:07 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-04-22 09:00:11 +0000
commit5a0cb643daf917dde3cc89ea8d2bc94a39410fd8 (patch)
tree89338419c41f3cb6b10b7f6bf12ebbb852573b0d
parentc419dc56ac64daf0fc24a10e98f4131a089d7101 (diff)
parent108c0f0dec94e2651eafd452b01d5c98ccc114c7 (diff)
Merge "dumpstate: add graphics composer to hal_interfaces_to_dump" into oc-dev
-rw-r--r--cmds/dumpstate/utils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/dumpstate/utils.cpp b/cmds/dumpstate/utils.cpp
index f5dca473ed..f649a5ed13 100644
--- a/cmds/dumpstate/utils.cpp
+++ b/cmds/dumpstate/utils.cpp
@@ -94,6 +94,7 @@ static const char* hal_interfaces_to_dump[] {
"android.hardware.audio@2.0::IDevicesFactory",
"android.hardware.bluetooth@1.0::IBluetoothHci",
"android.hardware.camera.provider@2.4::ICameraProvider",
+ "android.hardware.graphics.composer@2.1::IComposer",
"android.hardware.vr@1.0::IVr",
"android.hardware.media.omx@1.0::IOmx",
NULL,