summaryrefslogtreecommitdiff
path: root/libdl
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-01-19 14:58:25 -0800
committerColin Cross <ccross@android.com>2021-01-19 14:58:25 -0800
commitd9a9622c3181ccb77166b44239b76427ed13a7d5 (patch)
treea860c98042de260ecfcf0f43ec353186238bb7fc /libdl
parente09fc24a94c1a196b8930f8f26c6f5f8c1a47d06 (diff)
Don't set native_bridge_supported: true for ndk libraries
Native bridge modules will never compile against stubs, remove native_bridge_supported: true. Test: m checkbuild Change-Id: I0eb93fe1a2c3f6ca34ce4dab17edda8807132ce8
Diffstat (limited to 'libdl')
-rw-r--r--libdl/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libdl/Android.bp b/libdl/Android.bp
index 9a31d360c..91f85f916 100644
--- a/libdl/Android.bp
+++ b/libdl/Android.bp
@@ -216,7 +216,6 @@ cc_library {
ndk_library {
name: "libdl",
- native_bridge_supported: true,
symbol_file: "libdl.map.txt",
first_version: "9",
}