aboutsummaryrefslogtreecommitdiff
path: root/linker/Android.bp
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2016-07-21 11:33:40 -0700
committerDimitry Ivanov <dimitry@google.com>2016-08-01 19:47:27 +0000
commit769b33fadf45a039741f932672ac2c4f901d7d4a (patch)
treebf29858de176dd3bf144c547174eb99e1727e85a /linker/Android.bp
parentc5e79567e0b02eb3a02d6b2820b901d4ba392e87 (diff)
downloadbionic-769b33fadf45a039741f932672ac2c4f901d7d4a.tar.gz
Sync linker with internal branch
This change includes dlwarning implementation and the compatibility greylist for apps targeting pre-N. Change-Id: Ibf02a07cc58cbbb1a5aef4ac34558c5d43e4305f Test: Run bionic-unit-tests --gtest_filter=dl*:Dl*
Diffstat (limited to 'linker/Android.bp')
-rw-r--r--linker/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linker/Android.bp b/linker/Android.bp
index d7e97f04b..a35eb4502 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -18,6 +18,7 @@ cc_binary {
"dlfcn.cpp",
"linker.cpp",
"linker_block_allocator.cpp",
+ "linker_dlwarning.cpp",
"linker_gdb_support.cpp",
"linker_libc_support.c",
"linker_logger.cpp",