aboutsummaryrefslogtreecommitdiffstats
path: root/libdl
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-04-07 21:21:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-04-07 21:21:32 +0000
commitdf244d876a5da87161e550147cc03c4373b49ca6 (patch)
treebbca298fcc912f136d9bff290dfb0ca660809542 /libdl
parenta07033e0dc9cc0f3144954afda67103942216149 (diff)
parentb8f7fde4bdfba5a65ef5a88265fdb79403e8a699 (diff)
downloadandroid_bionic-df244d876a5da87161e550147cc03c4373b49ca6.tar.gz
android_bionic-df244d876a5da87161e550147cc03c4373b49ca6.tar.bz2
android_bionic-df244d876a5da87161e550147cc03c4373b49ca6.zip
Merge "Add LLNDK stub libraries for the VNDK"
Diffstat (limited to 'libdl')
-rw-r--r--libdl/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/libdl/Android.bp b/libdl/Android.bp
index 5b67e3881..8c6b47e69 100644
--- a/libdl/Android.bp
+++ b/libdl/Android.bp
@@ -124,3 +124,8 @@ ndk_library {
symbol_file: "libdl.map.txt",
first_version: "9",
}
+
+llndk_library {
+ name: "libdl.llndk",
+ symbol_file: "libdl.map.txt",
+}