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

Commit 800cef44 authored by Luxin Yang's avatar Luxin Yang Committed by Automerger Merge Worker
Browse files

Merge "Revert "Remove non-NDK headers from the NDK."" am: 3bd6a65c am: ba115edb am: 86235e6e

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

Change-Id: Id4753b8418fdfed8e5ffbf5cca45a4cd1351a061
parents 6b531cf6 86235e6e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -165,6 +165,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",