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

Commit fbfd030c 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 am: b4b94f0f am: 47614ded am: 205dcf34

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



Change-Id: Ib6d7c85f7cda8c5ad5b88d89c5b79fa68ca9471d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d4cf9f2e 205dcf34
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
@@ -184,7 +184,8 @@ cc_library_shared {
    ],

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