summaryrefslogtreecommitdiffstats
path: root/libutils/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libutils/Android.bp')
-rw-r--r--libutils/Android.bp5
1 files changed, 2 insertions, 3 deletions
diff --git a/libutils/Android.bp b/libutils/Android.bp
index 00edb4a16..0125eacca 100644
--- a/libutils/Android.bp
+++ b/libutils/Android.bp
@@ -18,10 +18,12 @@ cc_library_headers {
host_supported: true,
header_libs: [
+ "liblog_headers",
"libsystem_headers",
"libcutils_headers"
],
export_header_lib_headers: [
+ "liblog_headers",
"libsystem_headers",
"libcutils_headers"
],
@@ -79,9 +81,6 @@ cc_library {
shared_libs: [
"liblog",
],
- export_shared_lib_headers: [
- "liblog",
- ],
arch: {
mips: {