diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2018-09-28 13:12:41 -0700 |
---|---|---|
committer | Jayant Chowdhary <jchowdhary@google.com> | 2018-09-28 13:20:36 -0700 |
commit | 4b90be51c0141e6b26b2700f89d9749482dd2f3c (patch) | |
tree | 9e4c048161be7cf2b804d7cb1e3e957356d75b19 /tests | |
parent | 8affe3f8197801bd5dc805eefbf75d63d2431432 (diff) |
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 FrameworksWifiTests
Change-Id: Ifffcb5e7adaa4cf5035be60e17f22b6ed48b0403
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wifitests/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wifitests/Android.mk b/tests/wifitests/Android.mk index 8cf77323b..c1082f81f 100644 --- a/tests/wifitests/Android.mk +++ b/tests/wifitests/Android.mk @@ -78,6 +78,7 @@ LOCAL_JNI_SHARED_LIBRARIES := \ libbacktrace \ libbase \ libbinder \ + libbinderthreadstate \ libc++ \ libcamera_client \ libcamera_metadata \ |