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

Commit bbe3d226 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

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

parents b46521f5 34aac10e
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",
    ],