summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2018-09-28 13:26:41 -0700
committerJayant Chowdhary <jchowdhary@google.com>2018-09-28 13:29:49 -0700
commitbcc178079466235309ef4d768f01c5bb2d9475be (patch)
tree98b90d62512d86f7760d4cb7e3607db616575014
parent29497db8b7b1b31d52d3692b4ad0a725db79f553 (diff)
downloadlowpan-bcc178079466235309ef4d768f01c5bb2d9475be.tar.gz
libbinder and libhwbinder now also depend on libbinderthreadstate. Add this dependency to LOCAL_JNI_SHARED_LIBS since these libraries need to be packaged together. Bug: 110364143 Test: atest FrameworksLowpanApiNativeTests Change-Id: I174c6c30373ec7030082872b0bc8b5ee7ee72f22 Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
-rw-r--r--libandroid_net_lowpan/tests/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libandroid_net_lowpan/tests/Android.mk b/libandroid_net_lowpan/tests/Android.mk
index ff73a25..82580a1 100644
--- a/libandroid_net_lowpan/tests/Android.mk
+++ b/libandroid_net_lowpan/tests/Android.mk
@@ -56,6 +56,7 @@ LOCAL_JNI_SHARED_LIBRARIES += \
libbacktrace \
libbase \
libbinder \
+ libbinderthreadstate \
libc++ \
libcutils \
liblog \