commit | 2390f83da4c76ec627313fa565ec87236a391e5e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Mar 15 23:18:17 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 15 23:18:18 2017 +0000 |
tree | e41ba489de9e79ab21849e356d7666ff2977233e | |
parent | a4db9d6f4109b3a2fdf2b50d131f524816012253 [diff] | |
parent | 8229596d4125d87509f8510da234bb0a6c54d31b [diff] |
Merge "Enable ld-android on linux_bionic builds"
diff --git a/libdl/Android.bp b/libdl/Android.bp index 013554a..5b67e38 100644 --- a/libdl/Android.bp +++ b/libdl/Android.bp
@@ -104,6 +104,7 @@ stl: "none", name: "ld-android", + defaults: ["linux_bionic_supported"], // NOTE: libdl needs __aeabi_unwind_cpp_pr0 from libgcc.a but libgcc.a needs a // few symbols from libc. Using --no-undefined here results in having to link