commit | 7ae8950935860d8a4ee2d3ef86abbb0bd2462d36 | [log] [tgz] |
---|---|---|
author | Jayant Chowdhary <jchowdhary@google.com> | Thu Sep 27 14:45:21 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 27 14:45:21 2018 -0700 |
tree | e809d2b7e5a09c5ef619cf7a2354b70f5b133373 | |
parent | 991336d3fc88079e751259750fe2867e77d75125 [diff] | |
parent | 927c8048a30ec9dec6315caf39e5343ed5b09782 [diff] |
Merge "recovery_test_component: Add libbinderthreadstate as static dependency." am: 2dcbebf88f am: 20eb921f47 am: 927c8048a3 Change-Id: Ia5fe97749c11e42b41cff5cb98f501af04794bf5
diff --git a/tests/Android.bp b/tests/Android.bp index ab4d31d..9f3dce7 100644 --- a/tests/Android.bp +++ b/tests/Android.bp
@@ -45,7 +45,7 @@ static_libs: [ "libutils", ], - } + }, }, } @@ -93,6 +93,7 @@ "libhidlbase", "libhidltransport", "libhwbinder", + "libbinderthreadstate", "libvndksupport", "libtinyxml2", ]