summaryrefslogtreecommitdiffstats
path: root/tools/validatekeymaps
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2011-10-19 22:35:56 -0700
committerIliyan Malchev <malchev@google.com>2011-10-20 16:21:25 -0700
commit64ef6b47e020da5370af8897638a0a778fa52b74 (patch)
tree740353ef25502e55bae3bca6aaa81733f2fb3df9 /tools/validatekeymaps
parent63aa6622d0eb6592a582ac28078404bfc411bcef (diff)
downloadframeworks_base-64ef6b47e020da5370af8897638a0a778fa52b74.zip
frameworks_base-64ef6b47e020da5370af8897638a0a778fa52b74.tar.gz
frameworks_base-64ef6b47e020da5370af8897638a0a778fa52b74.tar.bz2
add -ldl to host executables
This fixes the build on Linux when RefBase is compiled with reference tracking enabled. Change-Id: I3e931e0b463ce836f6fdb30c37068d77144631a3 Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'tools/validatekeymaps')
-rw-r--r--tools/validatekeymaps/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/validatekeymaps/Android.mk b/tools/validatekeymaps/Android.mk
index 90979e1..1368a07 100644
--- a/tools/validatekeymaps/Android.mk
+++ b/tools/validatekeymaps/Android.mk
@@ -23,7 +23,7 @@ LOCAL_STATIC_LIBRARIES := \
libcutils
ifeq ($(HOST_OS),linux)
-LOCAL_LDLIBS += -lpthread
+LOCAL_LDLIBS += -ldl -lpthread
endif
LOCAL_MODULE := validatekeymaps