libhidl: export cutils headers
am: 686f611ebb

Change-Id: I891e555ece4dbbbcb42c53fd16fc270b87d9a54b
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"],