commit | 40f15ec4b19140734d632a4ed32289fd4f2c4e32 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Oct 27 11:21:20 2017 -0700 |
committer | Dan Albert <danalbert@google.com> | Mon Jan 22 12:40:56 2018 -0800 |
tree | 027e114066a88c59917bc2d35574c1dd9debfe38 | |
parent | 88e61da8a7f75d189ec6f79c412392179ee0356e [diff] [blame] |
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
diff --git a/libdl/Android.bp b/libdl/Android.bp index 3889bdb..0603d06 100644 --- a/libdl/Android.bp +++ b/libdl/Android.bp
@@ -25,6 +25,7 @@ cc_library { name: "libdl", + static_ndk_lib: true, defaults: ["linux_bionic_supported"],