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

Commit 1363265d authored by Vinh Tran's avatar Vinh Tran Committed by Automerger Merge Worker
Browse files

Merge "Create filegroup for aidl implicit deps" into udc-dev am: 0a2a1b4a

parents 2ac97c44 0a2a1b4a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -66,6 +66,18 @@ filegroup {
    ],
}

filegroup {
    name: "android_gui_aidl",
    srcs: [
        "android/gui/DisplayInfo.aidl",
        "android/gui/FocusRequest.aidl",
        "android/gui/InputApplicationInfo.aidl",
        "android/gui/IWindowInfosListener.aidl",
        "android/gui/IWindowInfosReportedListener.aidl",
        "android/gui/WindowInfo.aidl",
    ],
}

cc_library_static {
    name: "libgui_window_info_static",
    vendor_available: true,
@@ -118,6 +130,9 @@ filegroup {
    name: "libgui_aidl",
    srcs: ["aidl/**/*.aidl"],
    path: "aidl/",
    aidl: {
        deps: [":android_gui_aidl"],
    },
}

filegroup {