diff options
author | 2020-02-12 21:10:48 +0000 | |
---|---|---|
committer | 2020-02-12 21:10:48 +0000 | |
commit | abecf0482c45d1b4deb1877b15cef15240b41fb5 (patch) | |
tree | ef0ecc63bdc3f711926700c32a1e8a6079eb3cbf | |
parent | 2bf8f70961ec1f422ca148c11a5830837e8bb70d (diff) | |
parent | 93aabe27c7aaa6ebe50375f2be73e3cecbe9739e (diff) |
Merge "rm libbinderthreadstate"
-rw-r--r-- | libs/binderthreadstate/Android.bp | 12 |
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, -} |