Use chromiumos_test_image.tar.xz instead of image.zip

we only need the chromiumos_test_image, so use tar.xz file instead

Bug: 346676738
Test: launch the app
Change-Id: I495f3d111089d1bfd8ecff03044ed9264491f1d4
diff --git a/ferrochrome_app/Android.bp b/ferrochrome_app/Android.bp
index 182d289..b3998a7 100644
--- a/ferrochrome_app/Android.bp
+++ b/ferrochrome_app/Android.bp
@@ -13,6 +13,9 @@
     init_rc: ["custom_vm_setup.rc"],
     required: ["custom_vm_setup"],
     certificate: "platform",
+    static_libs: [
+        "apache-commons-compress",
+    ],
 }
 
 sh_binary {