From 1d89dfc93e5a146de9c90c67ffe6417f9a2c331b Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Thu, 6 Feb 2020 13:23:47 -0800 Subject: [PATCH] rm libbinderthreadstate This library is empty, and its functionality has moved into libbinder/libhwbinder. Bug: 148692216 Test: N/A Change-Id: I3ee973cef68281cb57b4912b4b66c798b5d9d715 --- Tethering/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Tethering/Android.bp b/Tethering/Android.bp index cf2b1f06d7..285f4ab6cd 100644 --- a/Tethering/Android.bp +++ b/Tethering/Android.bp @@ -60,7 +60,6 @@ cc_library { "android.hardware.tetheroffload.config@1.0", "liblog", "libbase", - "libbinderthreadstate", "libcutils", "libhidlbase", "libjsoncpp",