From f23fa3b12f980d71680df9ce9357d35507231ff6 Mon Sep 17 00:00:00 2001 From: Jayant Chowdhary Date: Wed, 19 Sep 2018 15:36:21 -0700 Subject: [PATCH] Add static libbinderthreadstate explicitly to charger module. Bug: 110364143 Bug: 114311116 Test: Builds Change-Id: I367cab4f6113d72bbaf1c9a41099110124916f57 Signed-off-by: Jayant Chowdhary --- 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 \