summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2019-11-20 02:12:53 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2019-11-20 02:12:53 +0000
commit896e8e3b84fe86578ef2865a38db79ed2324bb31 (patch)
treef176c5f29c8eb74772759df941927b9dd1b6f989
parent1339e361bb857cc7e8d0eaacfde9447c9a31554d (diff)
parent5331b6345a7a69e26b3dea3ec06e1f72244103e1 (diff)
downloadnative-896e8e3b84fe86578ef2865a38db79ed2324bb31.tar.gz
Snap for 6018910 from 5331b6345a7a69e26b3dea3ec06e1f72244103e1 to qt-qpr2-release
Change-Id: Ifdb0b07473c2254ecc170945be1a0562b4a5653e
-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,
};