Reland: "recovery_test_component: Add libbinderthreadstate as static
dependency."
This reverts commit 26b86bb1dc895881cf507dfab0850c47c68c2779.
Reason for revert: Dependencies which broke tests due to exclusion from
LOCAL_JNI_SHARED_LIBS have been added.
Change-Id: I364acfe8bd0526fb26f69cc29fb3545fc3e79764
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",
]