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

Commit 18ba5370 authored by Jiyong Park's avatar Jiyong Park Committed by Android (Google) Code Review
Browse files

Merge changes from topic "aidl_freeze_tm" into tm-dev

* changes:
  V1 is the latest version of android.media.audio.common.types
  Freeze AIDL APIs for TM
parents 5bab43de 0c7505f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ aidl_interface {
        "android/hardware/audio/common/SourceMetadata.aidl",
    ],
    imports: [
        "android.media.audio.common.types",
        "android.media.audio.common.types-V1",
    ],
    stability: "vintf",
    backend: {
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ aidl_interface {
    vendor_available: true,
    srcs: ["android/hardware/automotive/audiocontrol/*.aidl"],
    imports: [
        "android.hardware.audio.common",
        "android.media.audio.common.types",
        "android.hardware.audio.common-V1",
        "android.media.audio.common.types-V1",
    ],
    stability: "vintf",
    backend: {
+7 −0
Original line number Diff line number Diff line
@@ -41,4 +41,11 @@ aidl_interface {
            ],
        },
    },
    versions_with_info: [
        {
            version: "1",
            imports: [],
        },
    ],

}
+7 −0
Original line number Diff line number Diff line
@@ -25,4 +25,11 @@ aidl_interface {
            },
        },
    },
    versions_with_info: [
        {
            version: "1",
            imports: [],
        },
    ],

}
+1 −0
Original line number Diff line number Diff line
d1a423213d80e15de2b10e54d908ac5c29644fef
Loading