Add libbinderthreadstate to LOCAL_JNI_SHARED_LIBS for some tests

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 FrameworksNetTests
Test: atest FrameworksServiceTests (no new failures)
Test: atest FrameworksUiServiceTests

Change-Id: Ibc63f041b8ee23cc4d0e9d82a508a128104e6025
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
This commit is contained in:
Jayant Chowdhary
2018-09-28 12:56:05 -07:00
parent c8482b39f1
commit 14aeab6f19
3 changed files with 3 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ LOCAL_JNI_SHARED_LIBRARIES := \
libbacktrace \
libbase \
libbinder \
libbinderthreadstate \
libc++ \
libcutils \
liblog \

View File

@@ -45,6 +45,7 @@ LOCAL_JNI_SHARED_LIBRARIES := \
libbacktrace \
libbase \
libbinder \
libbinderthreadstate \
libc++ \
libcutils \
liblog \

View File

@@ -38,6 +38,7 @@ LOCAL_JNI_SHARED_LIBRARIES := \
libbacktrace \
libbase \
libbinder \
libbinderthreadstate \
libc++ \
libcrypto \
libcutils \