Skip to content
Snippets Groups Projects
Commit 5ac69a7a authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

Remove framework support for audio HIDL HAL V4

This HAL version has been deprecated in Android U.

Bug: 280899799
Test: m
Change-Id: I60ab1b9be8929a02404a150788ec919c3145208e
parent a0ce6b06
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ public final class AudioHalVersionInfo implements Parcelable, Comparable<AudioHa
* defined in frameworks/av/media/libaudiohal/FactoryHal.cpp.
*/
public static final @NonNull List<AudioHalVersionInfo> VERSIONS =
List.of(AIDL_1_0, HIDL_7_1, HIDL_7_0, HIDL_6_0, HIDL_5_0, HIDL_4_0);
List.of(AIDL_1_0, HIDL_7_1, HIDL_7_0, HIDL_6_0, HIDL_5_0);
private static final String TAG = "AudioHalVersionInfo";
private AudioHalVersion mHalVersion = new AudioHalVersion();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment