commit | 8cf52c5214be07f27421dc15a84c17cb5c1b2228 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Wed Jul 12 17:44:03 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 12 17:44:03 2017 +0000 |
tree | 1616fcf1137859f9843b61948f718da3ce92914f | |
parent | 35bf9fc42aafed654e70ebc7e0c646a3b75867b1 [diff] | |
parent | 13fd884b7e05aa4569f606df9e8d3392903b0419 [diff] |
Merge "A few cleanups."
diff --git a/libutils/Android.bp b/libutils/Android.bp index 33770ba..00edb4a 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -76,6 +76,13 @@ header_libs: ["libutils_headers"], export_header_lib_headers: ["libutils_headers"], + shared_libs: [ + "liblog", + ], + export_shared_lib_headers: [ + "liblog", + ], + arch: { mips: { cflags: ["-DALIGN_DOUBLE"], @@ -97,7 +104,6 @@ "libbacktrace", "libcutils", "libdl", - "liblog", ], sanitize: {