commit | ac217ec5847be5cf57b4bac8a8cd5536c4dc4a9f | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed Jun 28 22:01:48 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jun 28 22:01:48 2017 +0000 |
tree | d75bd14f9182a1dffa0a405e570cfc39432c832f | |
parent | a4b00df4f244452a85503f74271c68dd14627daf [diff] | |
parent | 61751121bb30b2b69f89cabecfe165fc83dfc365 [diff] |
Merge "libutils: liblog export headers"
diff --git a/libutils/Android.bp b/libutils/Android.bp index 508f553..ef16d56 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp
@@ -79,6 +79,13 @@ "libutils_headers", ], + shared_libs: [ + "liblog", + ], + export_shared_lib_headers: [ + "liblog", + ], + arch: { mips: { cflags: ["-DALIGN_DOUBLE"], @@ -99,7 +106,6 @@ "libbacktrace", "libcutils", "libdl", - "liblog", "libvndksupport", ],