commit | 0c22c5646e7035d367ccf840d1fbe4e5825c35ab | [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 | 5607f36e01cddea072fc7adb2b349f42488bd42d [diff] | |
parent | f6d5431273a6293703853fc3d4043ed2c5d5a3c9 [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: {