Merge "Adding microdroid-vendor security patch information in microdroid vbmeta" into main
diff --git a/microdroid/Android.bp b/microdroid/Android.bp
index c93cb4c..b42e416 100644
--- a/microdroid/Android.bp
+++ b/microdroid/Android.bp
@@ -410,6 +410,16 @@
partitions: ["microdroid_vendor"],
},
},
+ // TODO(b/312809093): Remove hard-coded property after figuring out the
+ // long-term solution for microdroid vendor partition SPL. The hard-coded
+ // value is the minimum value of SPL that microdroid vendor partition will
+ // have. It's for passing the check 'IsStandaloneImageRollback'.
+ avb_properties: [
+ {
+ key: "com.android.build.microdroid-vendor.security_patch",
+ value: "2023-12-05",
+ },
+ ],
}
prebuilt_etc {