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

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

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

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

Change-Id: I3602415aa04a2f3dc46431dbd386576a2fc12bd4
parents edb1afcd a41b0d59
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