diff options
-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, -} |