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

Commit 6a4cf15d authored by Dongwon Kang's avatar Dongwon Kang
Browse files

Add 'stubs' to libbinder_ndk

In order to exclude libbinder_ndk.so from the apex.

Test: build and check if libbinder_ndk.so is excluded in the media apex
Bug: 112766425
Change-Id: I8e0efaf572c5c1eaba979a54f6522f7452093067
parent 9b82213a
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 {