summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2020-02-12 21:10:48 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-02-12 21:10:48 +0000
commitabecf0482c45d1b4deb1877b15cef15240b41fb5 (patch)
treeef0ecc63bdc3f711926700c32a1e8a6079eb3cbf
parent2bf8f70961ec1f422ca148c11a5830837e8bb70d (diff)
parent93aabe27c7aaa6ebe50375f2be73e3cecbe9739e (diff)
Merge "rm libbinderthreadstate"
-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,
-}