Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b25098b3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove framework support for audio HIDL HAL V5" into main

parents 3f1eba32 1b6fc849
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ public final class AudioHalVersionInfo implements Parcelable, Comparable<AudioHa
     * there is a change to supported versions.
     */
    public static final @NonNull List<AudioHalVersionInfo> VERSIONS =
            List.of(AIDL_1_0, HIDL_7_1, HIDL_7_0, HIDL_6_0, HIDL_5_0);
            List.of(AIDL_1_0, HIDL_7_1, HIDL_7_0, HIDL_6_0);

    private static final String TAG = "AudioHalVersionInfo";
    private AudioHalVersion mHalVersion = new AudioHalVersion();