Add debug policy tests for ramdump

Bug: 243671509, Bug: 243630590
Test: atest
Change-Id: Id414b6efb1c84bd5d77deb176b40819da9dbdf5d
diff --git a/pvmfw/Android.bp b/pvmfw/Android.bp
index 0d6a9a4..9cb997b 100644
--- a/pvmfw/Android.bp
+++ b/pvmfw/Android.bp
@@ -65,6 +65,22 @@
     },
 }
 
+// Provide pvmfw.bin binary regardless of the architecture for building test.
+// Note that skipping tests on unsupported device is easy
+// while configuring server configuration to make such tests to run on working
+// devices.
+prebuilt_etc {
+    name: "pvmfw_test",
+    filename: "pvmfw_test.bin",
+    target: {
+        android_arm64: {
+            src: ":pvmfw_bin",
+        },
+    },
+    src: "empty_file",
+    installable: false,
+}
+
 prebuilt_etc {
     name: "pvmfw_embedded_key",
     src: ":avb_testkey_rsa4096_pub_bin",