Fix the strace build after the sync to ToT.

Change-Id: Ib59a12f38595c968445ebdf20c62081cf05e8d0a
diff --git a/xlat/v4l2_streaming_capabilities.h b/xlat/v4l2_streaming_capabilities.h
new file mode 100644
index 0000000..986bf44
--- /dev/null
+++ b/xlat/v4l2_streaming_capabilities.h
@@ -0,0 +1,8 @@
+/* Generated by ./xlat/gen.sh from ./xlat/v4l2_streaming_capabilities.in; do not edit. */
+
+static const struct xlat v4l2_streaming_capabilities[] = {
+#if defined(V4L2_CAP_TIMEPERFRAME) || (defined(HAVE_DECL_V4L2_CAP_TIMEPERFRAME) && HAVE_DECL_V4L2_CAP_TIMEPERFRAME)
+	XLAT(V4L2_CAP_TIMEPERFRAME),
+#endif
+	XLAT_END
+};