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

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

Merge "Move IRadioConfig into IRadio" am: 8a6c9709

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

Change-Id: I7f70cdcc60f51513906111826f5d55ec70064e8e
parents 213afa78 8a6c9709
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