summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2017-07-10 18:40:36 -0500
committerJae Shin2017-10-17 03:02:20 -0500
commit0567c0e386cfdd5eb0de0594ac27c19f33bd9ec2 (patch)
tree87b941daca356d937d2b1851b2d3ef3f2b02a6c1 /libutils
parentc956b182e5c977103565a05543e549a03b3e40f1 (diff)
downloadplatform-system-core-0567c0e386cfdd5eb0de0594ac27c19f33bd9ec2.tar.gz
platform-system-core-0567c0e386cfdd5eb0de0594ac27c19f33bd9ec2.tar.xz
platform-system-core-0567c0e386cfdd5eb0de0594ac27c19f33bd9ec2.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')
-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: {