diff options
-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: [ |