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

Commit ba115edb 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

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

Change-Id: I09278fbff1e63e0bd290f326e097e7e1f3a31a2b
parents 339113ac 3bd6a65c
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",