Actually apply version script to libnativebridge

This way the list of exported symbols will be limited by symbols
that need to be exported.

Test: make
Change-Id: Iffc8e0b3b589e78f5d213f75971a54b473760c94
This commit is contained in:
dimitry 2019-01-15 14:34:29 +01:00
parent 91fa140312
commit b1197e9bf7

View file

@ -17,6 +17,7 @@ cc_library {
"liblog",
],
version_script: "libnativebridge.map.txt",
stubs: {
symbol_file: "libnativebridge.map.txt",
versions: ["1"],