Merge "VirtMgr: Check Sk is declared before fetching it." into main
diff --git a/microdroid/Android.bp b/microdroid/Android.bp
index f98f3af..ae89f79 100644
--- a/microdroid/Android.bp
+++ b/microdroid/Android.bp
@@ -394,16 +394,6 @@
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 {