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

Commit dd2dae9c 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.

Bug: 69917341
Test: m checkbuild
Change-Id: I1aeb65b651f9097fa72212ca5cce9fb679b5a779
Merged-In: I1aeb65b651f9097fa72212ca5cce9fb679b5a779
(cherry picked from commit 21c210ec)
parent 3367b569
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ cc_defaults {
        "dexopt.cpp",
        "globals.cpp",
        "utils.cpp",
        "binder/android/os/IInstalld.aidl",
        ":installd_aidl",
    ],
    shared_libs: [
        "libbase",
@@ -84,4 +84,11 @@ cc_binary {
    ],
}

filegroup {
    name: "installd_aidl",
    srcs: [
        "binder/android/os/IInstalld.aidl",
    ],
}

subdirs = ["tests"]