commit | 4519a4d1829c9e9f80cf45f1003e5937f1dfb04e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Aug 11 01:33:31 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Aug 11 01:33:31 2016 +0000 |
tree | 2719992bb76440ecd2cd455537af34f76b039f2a | |
parent | 32a2e137a52497ca0662e89dc5c21f67ad7b1e5c [diff] | |
parent | e8a9108b4b79e6ac73aa5f6f7ce2ab38d75e05d1 [diff] |
Merge "Add ndk_library for libdl."
diff --git a/libdl/Android.bp b/libdl/Android.bp index 84561d9..273a887 100644 --- a/libdl/Android.bp +++ b/libdl/Android.bp
@@ -60,3 +60,9 @@ never: true, }, } + +ndk_library { + name: "libdl.ndk", + symbol_file: "libdl.map.txt", + first_version: "9", +}