Test: bootloader checks vbmeta signing key
Bootloader fails when its embedded key doesn't match with vbmeta's
signing key.
Note that VM itself doesn't shut down even when boot fails for now.
It should shut down the VM just like pvmfw does.
Bug: 218934597
Test: atest MicrodroidHostTestCases
Change-Id: I8bfef33d3aafe72f672c035fe796d8636bc95e1c
diff --git a/apex/Android.bp b/apex/Android.bp
index d12b27b..0f30c67 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -152,6 +152,11 @@
srcs: ["test.com.android.virt.pem"],
}
+filegroup {
+ name: "test2.com.android.virt.pem",
+ srcs: ["test2.com.android.virt.pem"],
+}
+
// custom tool to replace bytes in a file
python_binary_host {
name: "replace_bytes",