summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2020-02-06 13:10:10 -0800
committer Steven Moreland <smoreland@google.com> 2020-02-06 13:12:21 -0800
commit93aabe27c7aaa6ebe50375f2be73e3cecbe9739e (patch)
treeeebd36d2972f0f365e9d35a2364b27bba5fce715
parent26d0eb321c9b9e3eadb9ba0f1d2ebc7c6272e98e (diff)
rm libbinderthreadstate
Empty, since the functionality was moved to libbinder/libhwbinder to remove extra lib dependency. Bug: 148692216 Test: N/A Change-Id: Ie94f0a7f64213c2265b4207db2e5b55b5bdd01a1
-rw-r--r--libs/binderthreadstate/Android.bp12
1 files changed, 0 insertions, 12 deletions
diff --git a/libs/binderthreadstate/Android.bp b/libs/binderthreadstate/Android.bp
index 4655e1d8f4..c1861104d3 100644
--- a/libs/binderthreadstate/Android.bp
+++ b/libs/binderthreadstate/Android.bp
@@ -63,15 +63,3 @@ cc_test {
],
require_root: true,
}
-
-// TODO(b/148692216): remove empty lib
-cc_library {
- name: "libbinderthreadstate",
- recovery_available: true,
- vendor_available: false,
- vndk: {
- enabled: true,
- support_system_process: true,
- },
- host_supported: true,
-}