summaryrefslogtreecommitdiffstats
path: root/libutils
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-07-10 16:40:36 -0700
committerSteven Moreland <smoreland@google.com>2017-09-06 12:55:32 -0700
commit25db8dc21b37ae93e2d764aff86445781aa9d185 (patch)
treee2646b09aef64fa5eb0192010dc55eb0ba5b79e3 /libutils
parente2c51809f70387a6ceddc89966b48aaee17ac402 (diff)
downloadsystem_core-25db8dc21b37ae93e2d764aff86445781aa9d185.tar.gz
system_core-25db8dc21b37ae93e2d764aff86445781aa9d185.tar.bz2
system_core-25db8dc21b37ae93e2d764aff86445781aa9d185.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 Change-Id: I7b2d9e77e313e3f2ef362a19a03f4c23874d589a Merged-In: I3a85385f588b84393c57fd6d1bcac620f708f0f1
Diffstat (limited to 'libutils')
-rw-r--r--libutils/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libutils/Android.bp b/libutils/Android.bp
index adcde819c..038fd73f9 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"
],