commit | 2dcbebf88ffbaf97701f88de7fe1cf7756739dcb | [log] [tgz] |
---|---|---|
author | Jayant Chowdhary <jchowdhary@google.com> | Thu Sep 27 21:02:35 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 27 21:02:35 2018 +0000 |
tree | e809d2b7e5a09c5ef619cf7a2354b70f5b133373 | |
parent | f3d0e4783f92f4b66244e026663260bf7f160dc4 [diff] | |
parent | a71c10b46427388932c662ffe59f6513fd5227c0 [diff] |
Merge "recovery_test_component: Add libbinderthreadstate as static dependency."
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", ]