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

Commit e5a0a7cd authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove framework support for audio HIDL HAL V5" into main am: b25098b3 am: 1e76ba99

parents 16aaa462 1e76ba99
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();