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)
diff --git a/libutils/Android.bp b/libutils/Android.bp
index 540c445..1bf5a64 100644
--- a/libutils/Android.bp
+++ b/libutils/Android.bp
@@ -18,10 +18,12 @@
     host_supported: true,
 
     header_libs: [
+        "liblog_headers",
         "libsystem_headers",
         "libcutils_headers"
     ],
     export_header_lib_headers: [
+        "liblog_headers",
         "libsystem_headers",
         "libcutils_headers"
     ],
@@ -85,9 +87,6 @@
     shared_libs: [
         "liblog",
     ],
-    export_shared_lib_headers: [
-        "liblog",
-    ],
 
     arch: {
         mips: {