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:
parent
91fa140312
commit
b1197e9bf7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ cc_library {
|
|||
"liblog",
|
||||
],
|
||||
|
||||
version_script: "libnativebridge.map.txt",
|
||||
stubs: {
|
||||
symbol_file: "libnativebridge.map.txt",
|
||||
versions: ["1"],
|
||||
|
|
Loading…
Reference in a new issue