| commit | dd01f980e55bf209323076239c5cf58f1469d7c8 | [log] [tgz] |
|---|---|---|
| author | Dimitry Ivanov <dimitry@google.com> | Mon Oct 03 18:26:45 2016 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 03 18:26:45 2016 +0000 |
| tree | e7fdd704021593513ee24f7d00c39f8a2a92f198 | |
| parent | 57513bd5a359f735894b39f386e235cce9524a9b [diff] | |
| parent | 6dd58c00ca797de55361d2df455c1f9434811b9e [diff] |
Merge "Remove liblog from libcutils as a whole static lib"
diff --git a/libcutils/Android.bp b/libcutils/Android.bp index 8624d13..955c0ec 100644 --- a/libcutils/Android.bp +++ b/libcutils/Android.bp
@@ -87,12 +87,6 @@ "uevent.c", ], - // TODO: remove liblog as whole static library, once we don't have prebuilt that requires - // liblog symbols present in libcutils. - whole_static_libs: [ - "liblog", - ], - static_libs: ["libdebuggerd_client"], export_static_lib_headers: ["libdebuggerd_client"],