From a71c10b46427388932c662ffe59f6513fd5227c0 Mon Sep 17 00:00:00 2001 From: Jayant Chowdhary Date: Wed, 19 Sep 2018 18:38:04 -0700 Subject: recovery_test_component: Add libbinderthreadstate as static dependency. Bug: 110364143 Bug: 114311116 Test: mm -j64 Change-Id: I3b9174443b00ad57be60881736afde7647351bd1 Signed-off-by: Jayant Chowdhary --- tests/Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Android.bp b/tests/Android.bp index ab4d31da2..9f3dce78c 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -45,7 +45,7 @@ cc_defaults { static_libs: [ "libutils", ], - } + }, }, } @@ -93,6 +93,7 @@ librecovery_static_libs = [ "libhidlbase", "libhidltransport", "libhwbinder", + "libbinderthreadstate", "libvndksupport", "libtinyxml2", ] -- cgit v1.2.3