commit | 66602a97cfcc379ec3d811dd52d8b1df91b4f29e | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Thu Jan 31 14:14:52 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 31 14:14:52 2019 +0000 |
tree | 4c87f1c4c60d65143308187ec3382ca4247bef76 | |
parent | 75f396c670ce573c5f5b80479c038ceb9a5b7e0b [diff] | |
parent | 1743f78279a2b012cdd40be8b97b12e01ef490b4 [diff] |
Merge "Enable APEX stubs for libnativeloader."
diff --git a/libnativeloader/Android.bp b/libnativeloader/Android.bp index 2802d36..1ec21e9 100644 --- a/libnativeloader/Android.bp +++ b/libnativeloader/Android.bp
@@ -23,6 +23,10 @@ "llndk.libraries.txt", "vndksp.libraries.txt", ], + stubs: { + symbol_file: "libnativeloader.map.txt", + versions: ["1"], + }, } cc_library_headers {