commit | 927c8048a30ec9dec6315caf39e5343ed5b09782 | [log] [tgz] |
---|---|---|
author | Jayant Chowdhary <jchowdhary@google.com> | Thu Sep 27 14:22:11 2018 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 27 14:22:11 2018 -0700 |
tree | e809d2b7e5a09c5ef619cf7a2354b70f5b133373 | |
parent | 5dc4cde03864248826e4539f971353be249e96e7 [diff] | |
parent | 20eb921f47b27c018c7579d474b6953b0efccfa5 [diff] |
Merge "recovery_test_component: Add libbinderthreadstate as static dependency." am: 2dcbebf88f am: 20eb921f47 Change-Id: I74ba49651bbafd1810c3c5a3ddb70eb3a79a4dd2
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", ]