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

Commit 9a12a013 authored by Victor Khimenko's avatar Victor Khimenko
Browse files

Make libbinder buildable for native_bridge

Bug: http://b/153609531

Test: m libbinder.native_bridge

Change-Id: I3955d9b54aaea7a6b5b9bde81a336908a849cde6
Merged-In: I3955d9b54aaea7a6b5b9bde81a336908a849cde6
parent 3b8e3215
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ cc_library_headers {
    export_include_dirs: ["include"],
    vendor_available: true,
    host_supported: true,
    // TODO(b/153609531): remove when no longer needed.
    native_bridge_supported: true,

    header_libs: [
        "libbase_headers",
@@ -62,6 +64,8 @@ cc_library {
    },
    double_loadable: true,
    host_supported: true,
    // TODO(b/153609531): remove when no longer needed.
    native_bridge_supported: true,

    // TODO(b/31559095): get headers from bionic on host
    include_dirs: [