diff options
author | 2020-11-20 19:39:55 +0000 | |
---|---|---|
committer | 2020-11-20 19:39:55 +0000 | |
commit | d9d4ed6c1737eec03a68d0d8059d6dabebdc0c83 (patch) | |
tree | 2257124ebca8f1dcf9136ebd155b763082547a63 | |
parent | 5a5b85d4f80619a5ab29fd1f1e7fef9db4fbd2f9 (diff) | |
parent | b9c8185d50599b75c3730063417397c014d80f9c (diff) |
Merge "Add Audio HAL V7"
-rw-r--r-- | libs/dumputils/dump_utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/dumputils/dump_utils.cpp b/libs/dumputils/dump_utils.cpp index 2e144084c1..3faf792b1f 100644 --- a/libs/dumputils/dump_utils.cpp +++ b/libs/dumputils/dump_utils.cpp @@ -56,6 +56,7 @@ static const char* hal_interfaces_to_dump[] { "android.hardware.audio@4.0::IDevicesFactory", "android.hardware.audio@5.0::IDevicesFactory", "android.hardware.audio@6.0::IDevicesFactory", + "android.hardware.audio@7.0::IDevicesFactory", "android.hardware.automotive.audiocontrol@1.0::IAudioControl", "android.hardware.automotive.audiocontrol@2.0::IAudioControl", "android.hardware.automotive.evs@1.0::IEvsCamera", |