aboutsummaryrefslogtreecommitdiffstats
path: root/libdl
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-04-07 14:09:18 -0700
committerSteven Moreland <smoreland@google.com>2017-04-11 15:15:30 +0000
commit51a9bf16733595fcd7ffcde3cd3832262516a390 (patch)
treef9c293c54697c4169cebeb36d696ee4bb6456991 /libdl
parentdf244d876a5da87161e550147cc03c4373b49ca6 (diff)
downloadandroid_bionic-51a9bf16733595fcd7ffcde3cd3832262516a390.tar.gz
android_bionic-51a9bf16733595fcd7ffcde3cd3832262516a390.tar.bz2
android_bionic-51a9bf16733595fcd7ffcde3cd3832262516a390.zip
Remove .(ll)ndk suffix from (ll)ndk_library
Soong handles these automatically now. Bug: 33241851 Test: Android-aosp_arm.mk is the same before/after Test: build.ninja is the same before/after Test: build-aosp_arm.ninja is the same before/after Merged-In: Ibfe4cf5db732d9007b1cc12dbc523c427de1b23d Change-Id: Ibfe4cf5db732d9007b1cc12dbc523c427de1b23d
Diffstat (limited to 'libdl')
-rw-r--r--libdl/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdl/Android.bp b/libdl/Android.bp
index 8c6b47e69..ffdf7f787 100644
--- a/libdl/Android.bp
+++ b/libdl/Android.bp
@@ -120,12 +120,12 @@ cc_library {
}
ndk_library {
- name: "libdl.ndk",
+ name: "libdl",
symbol_file: "libdl.map.txt",
first_version: "9",
}
llndk_library {
- name: "libdl.llndk",
+ name: "libdl",
symbol_file: "libdl.map.txt",
}