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

Commit 71971582 authored by Sarah Chin's avatar Sarah Chin
Browse files

Move IRadioConfig into IRadio

Test: build
Bug: 198331451
Change-Id: I884aab7c6d76ef9610e3d239e9fbfe9e6568bfff
parent f3a521fb
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