Generate xml

Bug: b/252835416
Test: use sample code in ag/20349112, output xmp metadata should be identical to the sample

Change-Id: I1fa8d40c3fab1a8e3ebe70db42582d632bcdb7d5
diff --git a/libs/jpegrecoverymap/Android.bp b/libs/jpegrecoverymap/Android.bp
index 3ab2ba8..a9248ab 100644
--- a/libs/jpegrecoverymap/Android.bp
+++ b/libs/jpegrecoverymap/Android.bp
@@ -23,7 +23,7 @@
 
 cc_library_static {
     name: "libjpegrecoverymap",
-    vendor_available: true,
+    host_supported: true,
 
     export_include_dirs: ["include"],
     local_include_dirs: ["include"],
@@ -33,6 +33,7 @@
     ],
 
     shared_libs: [
+        "libimage_io",
         "libutils",
     ],
 }