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

Commit f92a842c authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Move IRadioConfig into IRadio" am: 8a6c9709 am: a41b0d59 am:...

Merge "Move IRadioConfig into IRadio" am: 8a6c9709 am: a41b0d59 am: 9eacd6a4 am: 713f3c52 am: 9979c4ff

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1836255

Change-Id: Ibb7895e1ab14ed11aa6d92dfb66f63e68d4bd924
parents 7a01293b 9979c4ff
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -27,6 +27,27 @@ aidl_interface {
    },
}

aidl_interface {
    name: "android.hardware.radio.config",
    vendor_available: true,
    srcs: ["android/hardware/radio/config/*.aidl"],
    stability: "vintf",
    imports: ["android.hardware.radio"],
    backend: {
        cpp: {
            enabled: false,
        },
        java: {
            sdk_version: "module_current",
        },
        ndk: {
            vndk: {
                enabled: true,
            },
        },
    },
}

aidl_interface {
    name: "android.hardware.radio.data",
    vendor_available: true,
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading