From 26b86bb1dc895881cf507dfab0850c47c68c2779 Mon Sep 17 00:00:00 2001 From: Remi NGUYEN VAN Date: Fri, 28 Sep 2018 07:51:13 +0000 Subject: Revert "recovery_test_component: Add libbinderthreadstate as static dependency." This reverts commit a71c10b46427388932c662ffe59f6513fd5227c0. Reason for revert: This breaks framework tests and blocks presubmit Change-Id: Iae94878889c1e71e2da5336fe75af88dfd3bfcfa --- tests/Android.bp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/Android.bp b/tests/Android.bp index 9f3dce78c..ab4d31da2 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -45,7 +45,7 @@ cc_defaults { static_libs: [ "libutils", ], - }, + } }, } @@ -93,7 +93,6 @@ librecovery_static_libs = [ "libhidlbase", "libhidltransport", "libhwbinder", - "libbinderthreadstate", "libvndksupport", "libtinyxml2", ] -- cgit v1.2.3