libhidl: export cutils headers

Clients of libhidl shouldn't have to expect to have imported
cutils/native_handle.h

Test: links
Test: clients who don't import libcutils headers link with
BOARD_VNDK_VERSION := current
Bug: 33241851

(cherry picked from commit e038a71e5b2ed2df21393a92c19397dcb3402bc9)
Merged-In: I00c3ea8224b7d478898f62d1401c39ad07797663
Change-Id: I00c3ea8224b7d478898f62d1401c39ad07797663
diff --git a/base/Android.bp b/base/Android.bp
index f491cf0..5ba464a 100644
--- a/base/Android.bp
+++ b/base/Android.bp
@@ -25,6 +25,7 @@
     export_shared_lib_headers: [
         "libbase",
         "libutils",
+        "libcutils", // for native_handle.h
     ],
     local_include_dirs: ["include"],
     export_include_dirs: ["include"],