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

Commit c2a3a20c authored by Colin Cross's avatar Colin Cross
Browse files

Export AIDL files as a filegroup for framework.jar

Put AIDL files into a filegroup so they can be imported as sources
for framework.jar.

Test: m checkbuild
Change-Id: I1a5335384e9291af1f26e7418f15fcfa082ee356
parent 4f07e909
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ cc_library_static {
        "storaged_uid_monitor.cpp",
        "uid_info.cpp",
        "storaged.proto",
        "binder/android/os/IStoraged.aidl",
        ":storaged_aidl",
        "binder/android/os/storaged/IStoragedPrivate.aidl",
    ],

@@ -100,3 +100,11 @@ cc_test {

    static_libs: ["libstoraged"],
}

// AIDL interface between storaged and framework.jar
filegroup {
    name: "storaged_aidl",
    srcs: [
        "binder/android/os/IStoraged.aidl",
    ],
}