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

Commit e1bbdf4d authored by Luxin Yang's avatar Luxin Yang Committed by Shubham Dubey
Browse files

Revert "Remove non-NDK headers from the NDK."

This reverts commit 36bb3e85.

Reason for revert: build breakage
Bug: 219856294

Change-Id: If05c21c01d11b57a084c29e4663878fd4784badf
parent 36bb3e85
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -175,6 +175,17 @@ 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",
}

ndk_library {
    name: "libbinder_ndk",
    symbol_file: "libbinder_ndk.map.txt",