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

Commit b4b94f0f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove framework_native_aidl and use its child filegroups directly" am:...

Merge "Remove framework_native_aidl and use its child filegroups directly" am: 0bfd320f am: fc4f24df

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2179777



Change-Id: I22cc0e9dbdf47c09fdf4599ca0f7bd472d867ea4
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 5ce765d3 fc4f24df
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
@@ -170,7 +170,8 @@ cc_library_shared {
    ],

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