aboutsummaryrefslogtreecommitdiffstats
path: root/libdl
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-10-27 11:21:20 -0700
committerDan Albert <danalbert@google.com>2018-01-22 12:40:56 -0800
commit40f15ec4b19140734d632a4ed32289fd4f2c4e32 (patch)
tree027e114066a88c59917bc2d35574c1dd9debfe38 /libdl
parent88e61da8a7f75d189ec6f79c412392179ee0356e (diff)
downloadandroid_bionic-40f15ec4b19140734d632a4ed32289fd4f2c4e32.tar.gz
android_bionic-40f15ec4b19140734d632a4ed32289fd4f2c4e32.tar.bz2
android_bionic-40f15ec4b19140734d632a4ed32289fd4f2c4e32.zip
Package bionic static libraries in the NDK.
Test: build/soong/scripts/build-ndk-prebuilts.sh Bug: https://github.com/android-ndk/ndk/issues/272 Change-Id: Ibb21d799fdcf230ed45db0b809e20dd86d2d8e52
Diffstat (limited to 'libdl')
-rw-r--r--libdl/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdl/Android.bp b/libdl/Android.bp
index 3889bdb2d..0603d068f 100644
--- a/libdl/Android.bp
+++ b/libdl/Android.bp
@@ -25,6 +25,7 @@ cc_library_static {
cc_library {
name: "libdl",
+ static_ndk_lib: true,
defaults: ["linux_bionic_supported"],