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

Commit 0bfd320f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove framework_native_aidl and use its child filegroups directly"

parents f8cd7cae 9ccb8ddf
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -64,14 +64,20 @@ filegroup {
    name: "framework_native_aidl_binder",
    srcs: ["aidl/binder/**/*.aidl"],
    path: "aidl/binder",
    visibility: ["//frameworks/native"],
    visibility: [
        "//frameworks/native",
        "//frameworks/native/libs/gui",
    ],
}

filegroup {
    name: "framework_native_aidl_gui",
    srcs: ["aidl/gui/**/*.aidl"],
    path: "aidl/gui",
    visibility: ["//frameworks/native"],
    visibility: [
        "//frameworks/native",
        "//frameworks/native/libs/gui",
    ],
}

filegroup {
+2 −1
Original line number Diff line number Diff line
@@ -161,7 +161,8 @@ cc_library_shared {
    ],

    srcs: [
        ":framework_native_aidl",
        ":framework_native_aidl_binder",
        ":framework_native_aidl_gui",
        ":inputconstants_aidl",
        ":libgui_bufferqueue_sources",