diff options
Diffstat (limited to 'apex/statsd/Android.bp')
| -rw-r--r-- | apex/statsd/Android.bp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apex/statsd/Android.bp b/apex/statsd/Android.bp index 2f3e2acb5d7a..4c962633271c 100644 --- a/apex/statsd/Android.bp +++ b/apex/statsd/Android.bp @@ -63,11 +63,7 @@ cc_library_shared { shared_libs: [ "libnativehelper", // Has stable abi - should not be copied into apex. "liblog", // Has a stable abi - should not be copied into apex. - ], - static_libs: [ - //TODO: make shared - need libstatssocket to also live in the apex. "libstatssocket", - "libcutils", // TODO: remove - needed by libstatssocket ], //TODO: is libc++_static correct? stl: "libc++_static", |