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

Commit c45ac09f authored by Dongwon Kang's avatar Dongwon Kang
Browse files

Revert "Revert "Add 'stubs' to libbinder_ndk""

This reverts commit 49f732ae.

Reason for revert: It was reverted due to build failure on 'ndk' build and now we have a fix for 'ndk' build.

Bug: 112766425
Change-Id: I7a77f50e6ccde89b1a23c7977e969b87c2ab6e3c
parent 49f732ae
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -40,6 +40,10 @@ cc_library {
    ],

    version_script: "libbinder_ndk.map.txt",
    stubs: {
        symbol_file: "libbinder_ndk.map.txt",
        versions: ["29"],
    },
}

ndk_headers {