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

Commit e6161630 authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Export AIDL files as a filegroup for framework.jar"

parents 2463d6b8 dd2dae9c
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"]