summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Eric Jeong <ericjeong@google.com> 2019-11-18 22:39:55 -0800
committer android-build-merger <android-build-merger@google.com> 2019-11-18 22:39:55 -0800
commitf051578f215e5d35e59a86a8779e474c6bbe9ef5 (patch)
tree060711a419ea5cb4338ebdd0d63dc6cf60a9d201
parent061df1d9894a9466f54ca1389cbb91928810723a (diff)
parent5331b6345a7a69e26b3dea3ec06e1f72244103e1 (diff)
Include automotive HALs in dumpstate
am: 5331b6345a Change-Id: Icf3ee3f3eede584824eb4013e7e80d8c25810e50
-rw-r--r--libs/dumputils/dump_utils.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/dumputils/dump_utils.cpp b/libs/dumputils/dump_utils.cpp
index 250f902f9d..56b94c152b 100644
--- a/libs/dumputils/dump_utils.cpp
+++ b/libs/dumputils/dump_utils.cpp
@@ -62,6 +62,9 @@ static const char* hal_interfaces_to_dump[] {
"android.hardware.sensors@1.0::ISensors",
"android.hardware.thermal@2.0::IThermal",
"android.hardware.vr@1.0::IVr",
+ "android.hardware.automotive.audiocontrol@1.0::IAudioControl",
+ "android.hardware.automotive.vehicle@2.0::IVehicle",
+ "android.hardware.automotive.evs@1.0::IEvsCamera",
NULL,
};