diff options
author | Dan Willemsen <dwillemsen@google.com> | 2018-10-11 23:32:26 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@google.com> | 2018-10-11 23:35:18 -0700 |
commit | 17b35598f54ef91c4022b6a91238a2d6b669c194 (patch) | |
tree | a9825132e413c3ad4dfc6fb852125e65e8c378ea /libdl | |
parent | 391af2cefea88abe7eccff8edd0ae06c653bef5e (diff) |
Allow host bionic to use libdl_static
Bug: 31559095
Test: attempt to build host bionic
Change-Id: If057681a3e098efcf79f9d8a74608b10b1ac20da
Diffstat (limited to 'libdl')
-rw-r--r-- | libdl/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdl/Android.bp b/libdl/Android.bp index 0efde34e2..13c8714e6 100644 --- a/libdl/Android.bp +++ b/libdl/Android.bp @@ -3,6 +3,7 @@ // cc_library_static { name: "libdl_static", + defaults: ["linux_bionic_supported"], recovery_available: true, srcs: [ |