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",
 ]