summaryrefslogtreecommitdiff
path: root/cpp/Android.mk
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2013-07-17 16:50:10 -0700
committerTim Murray <timmurray@google.com>2013-07-23 16:48:41 -0700
commita423096c0d49e5cfe13a400b4323a76f89c6885c (patch)
tree287bb1663043311f450980c7f741cc7ae3fc757a /cpp/Android.mk
parentf51f8c741dda633f525a3eeb7552bff5819a75f0 (diff)
downloadrs-a423096c0d49e5cfe13a400b4323a76f89c6885c.tar.gz
Move C++ API over to function tables rather than linking libRS directly.
Change-Id: I7841df768d5bd10fa941b3655673fd73496a8137
Diffstat (limited to 'cpp/Android.mk')
-rw-r--r--cpp/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/Android.mk b/cpp/Android.mk
index 145f4871..689b2fa3 100644
--- a/cpp/Android.mk
+++ b/cpp/Android.mk
@@ -28,7 +28,8 @@ LOCAL_SHARED_LIBRARIES := \
libz \
libcutils \
libutils \
- liblog
+ liblog \
+ libdl
LOCAL_MODULE:= libRScpp