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

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

Merge "Mark modules frozen explicitly."

parents 2af598bf 13666147
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ aidl_interface {
        "android/hardware/audio/common/SinkMetadata.aidl",
        "android/hardware/audio/common/SourceMetadata.aidl",
    ],
    frozen: true,
    imports: [
        "android.media.audio.common.types-V2",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ aidl_interface {
    srcs: [
        "android/hardware/automotive/vehicle/**/*.aidl",
    ],
    frozen: true,
    stability: "vintf",
    backend: {
        cpp: {
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ aidl_interface {
    srcs: [
        "android/hardware/biometrics/common/*.aidl",
    ],
    frozen: true,
    stability: "vintf",
    backend: {
        java: {
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ aidl_interface {
    host_supported: true,
    vendor_available: true,
    srcs: ["android/hardware/input/common/*.aidl"],
    frozen: true,
    stability: "vintf",
    backend: {
        cpp: {
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ aidl_interface {
    vendor_available: true,
    host_supported: true,
    srcs: ["android/hardware/radio/*.aidl"],
    frozen: true,
    stability: "vintf",
    backend: {
        cpp: {
@@ -35,6 +36,7 @@ aidl_interface {
    vendor_available: true,
    host_supported: true,
    srcs: ["android/hardware/radio/config/*.aidl"],
    frozen: true,
    stability: "vintf",
    imports: ["android.hardware.radio"],
    backend: {