Update build file for profilier

* Support for profiling of complex types e.g. handle type.

Test: make vts.

Change-Id: Iea12f93d8e0570f71922c556bba4b8213f8ffdc7
(cherry picked from commit 5ce1843baea2ddd1c767173ccccc4cd67a5c1535)
diff --git a/camera/provider/V2_4/build/Android.bp b/camera/provider/V2_4/build/Android.bp
index eff4684..353b3ba 100644
--- a/camera/provider/V2_4/build/Android.bp
+++ b/camera/provider/V2_4/build/Android.bp
@@ -128,6 +128,8 @@
     export_generated_headers: ["android.hardware.camera.provider@2.4-vts.profiler_genc++_headers"],
     shared_libs: [
         "libbase",
+        "libcutils",
+        "libfmq",
         "libhidlbase",
         "libhidltransport",
         "libvts_common",