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

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

Merge "libbinder_ndk: split C ABI from C++ API" am: bbe3d226

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

Change-Id: I5dc7936e95e7f93e61eac30c5b0fe685d720deaf
parents 54fffc5b bbe3d226
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ cc_library_shared {
    host_supported: true,

    export_include_dirs: [
        "include_cpp",
        "include_ndk",
        "include_platform",
    ],
@@ -95,6 +96,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",
@@ -105,6 +117,7 @@ llndk_library {
    name: "libbinder_ndk",
    symbol_file: "libbinder_ndk.map.txt",
    export_include_dirs: [
        "include_cpp",
        "include_ndk",
        "include_platform",
    ],