From c2d3949693fa059efd0904c0c65ad9fa06a6f864 Mon Sep 17 00:00:00 2001 From: Jayant Chowdhary Date: Mon, 1 Oct 2018 22:50:07 +0000 Subject: [PATCH] Reland "Add static libbinderthreadstate explicitly to charger module."" This reverts commit 17a65497bb33d2fffd83ee17871633af1faa6b47. Reason for revert: Dependencies which broke tests due to exclusion from LOCAL_JNI_SHARED_LIBS have been added. Change-Id: I51e8ea7072026f233cd4a6c7e2142d92603af1f9 --- healthd/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/healthd/Android.mk b/healthd/Android.mk index 9096f7932..80bf84ae8 100644 --- a/healthd/Android.mk +++ b/healthd/Android.mk @@ -97,6 +97,7 @@ CHARGER_STATIC_LIBRARIES := \ android.hardware.health@2.0 \ android.hardware.health@1.0 \ android.hardware.health@1.0-convert \ + libbinderthreadstate \ libhidltransport \ libhidlbase \ libhwbinder_noltopgo \