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

Commit 1f01c41f authored by Priyanka Advani (xWF)'s avatar Priyanka Advani (xWF) Committed by Gerrit Code Review
Browse files

Revert "remove libbinder_ndk_helper_headers"

This reverts commit 765158ee.

Reason for revert: Droidmonitor created revert due to b/362361362.

Change-Id: Id9f4da330197508347e09671a3497025af00a85c
parent 765158ee
Loading
Loading
Loading
Loading
+14 −1
Original line number Original line Diff line number Diff line
@@ -246,7 +246,19 @@ ndk_headers {
    license: "NOTICE",
    license: "NOTICE",
}
}


// include_cpp are packaged in development/build/sdk.atree with the AIDL compiler
// 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,
}


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