summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2017-07-10 18:40:36 -0500
committerJae Shin2017-10-16 22:09:50 -0500
commit95d7cbb77a5d33370bcc662cf8ba508d849f45d6 (patch)
tree23a2ef291cd58ed7d8347ea24e488cb01fd7a564 /libutils/Android.bp
parent1f64241e2dd1056584a81bf68b57108121fde5cb (diff)
downloadplatform-system-core-95d7cbb77a5d33370bcc662cf8ba508d849f45d6.tar.gz
platform-system-core-95d7cbb77a5d33370bcc662cf8ba508d849f45d6.tar.xz
platform-system-core-95d7cbb77a5d33370bcc662cf8ba508d849f45d6.zip
Add vendor_available to liblog_headers.
Renamed NDK headers to "liblog_ndk_headers" (these names aren't used anywhere). libutils_headers now properly export liblog_headers. Test: with BOARD_VNDK_VERSION=current Merged-In: I3a85385f588b84393c57fd6d1bcac620f708f0f1 Change-Id: I3a85385f588b84393c57fd6d1bcac620f708f0f1 (cherry picked from commit 42b485cc538217fa127996a340229f76b7c4031b)
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 540c445d0..1bf5a64ff 100644
--- a/libutils/Android.bp
+++ b/libutils/Android.bp
@@ -18,10 +18,12 @@ cc_library_headers {
18 host_supported: true, 18 host_supported: true,
19 19
20 header_libs: [ 20 header_libs: [
21 "liblog_headers",
21 "libsystem_headers", 22 "libsystem_headers",
22 "libcutils_headers" 23 "libcutils_headers"
23 ], 24 ],
24 export_header_lib_headers: [ 25 export_header_lib_headers: [
26 "liblog_headers",
25 "libsystem_headers", 27 "libsystem_headers",
26 "libcutils_headers" 28 "libcutils_headers"
27 ], 29 ],
@@ -85,9 +87,6 @@ cc_library {
85 shared_libs: [ 87 shared_libs: [
86 "liblog", 88 "liblog",
87 ], 89 ],
88 export_shared_lib_headers: [
89 "liblog",
90 ],
91 90
92 arch: { 91 arch: {
93 mips: { 92 mips: {