diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2018-10-02 14:43:14 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-10-02 14:43:14 -0700 |
commit | 90ce0419619f6ba059824ef24e27b48d4573286e (patch) | |
tree | 9eb70932d8476b729e10403704f255036fcb3f18 /tests | |
parent | 78213926b80a58b5f2fcb1da18e8f99ad1070b45 (diff) | |
parent | fc0f78921315b8aa9f6019f0d6661151a49e5cfa (diff) |
Merge "Add libbinderthreadstate to LOCAL_JNI_SHARED_LIBS for some tests." am: 935cf49aaf
am: fc0f789213
Change-Id: I29cd338b7600b74c3fb6e8bc36435c4c68ccedc1
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 \ |