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

Commit b4fadcfc authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "remove libbinder_ndk_helper_headers" into main am: 630aa071

parents 31ace16d 630aa071
Loading
Loading
Loading
Loading
+1 −14
Original line number Diff line number Diff line
@@ -246,19 +246,7 @@ ndk_headers {
    license: "NOTICE",
}

// TODO(b/160624671): package with the aidl compiler
ndk_headers {
    name: "libbinder_ndk_helper_headers",
    from: "include_cpp/android",
    to: "android",
    srcs: [
        "include_cpp/android/*.h",
    ],
    license: "NOTICE",
    // These are intentionally not C. It's a mistake that they're in the NDK.
    // See the bug above.
    skip_verification: true,
}
// include_cpp are packaged in development/build/sdk.atree with the AIDL compiler

ndk_library {
    name: "libbinder_ndk",
@@ -266,6 +254,5 @@ ndk_library {
    first_version: "29",
    export_header_libs: [
        "libbinder_ndk_headers",
        "libbinder_ndk_helper_headers",
    ],
}