libcamera_metata is re-exporting headers from libcutils

camera_metada.h is including cutils/compiler.h. Re-exporting headers
from libcutils so that clients can use camera_metadata.h without
referring to the libcutils header explicitly.

Bug: 73723591
Test: m -j
Change-Id: I23e512923c0619e5d471ddf46550e81323f61d0e
diff --git a/camera/Android.bp b/camera/Android.bp
index 4b234be..cee3115 100644
--- a/camera/Android.bp
+++ b/camera/Android.bp
@@ -11,6 +11,7 @@
     include_dirs: ["system/media/private/camera/include"],
     local_include_dirs: ["include"],
     export_include_dirs: ["include"],
+    export_shared_lib_headers: ["libcutils"],
 
     shared_libs: [
         "libcutils",