Increment AVF rollback indices for 25Q2
Bumping rollback_index of Microdroid kernel is critical to the rollback
protection story of Microdroid based VM, same is true for service_vm
kernel. In addition to these, it is neater to bump the version of each
apex on significant releases.
Test: Builds
Bug: 392895864
Change-Id: I0104e6ff646ac3d54ba10322fd1839f37f11cae1
diff --git a/build/apex/manifest.json b/build/apex/manifest.json
index b32aa7b..3623399 100644
--- a/build/apex/manifest.json
+++ b/build/apex/manifest.json
@@ -1,6 +1,6 @@
{
"name": "com.android.virt",
- "version": 2,
+ "version": 3,
"requireNativeLibs": [
"libEGL.so",
"libGLESv2.so"
diff --git a/build/compos/manifest.json b/build/compos/manifest.json
index 7a07b1b..6d1f816 100644
--- a/build/compos/manifest.json
+++ b/build/compos/manifest.json
@@ -1,4 +1,4 @@
{
"name": "com.android.compos",
- "version": 2
+ "version": 3
}
diff --git a/build/microdroid/Android.bp b/build/microdroid/Android.bp
index 10b492b..9152091 100644
--- a/build/microdroid/Android.bp
+++ b/build/microdroid/Android.bp
@@ -506,7 +506,7 @@
},
}
-MICRODROID_GKI_ROLLBACK_INDEX = 1
+MICRODROID_GKI_ROLLBACK_INDEX = 2
flag_aware_avb_add_hash_footer_defaults {
name: "microdroid_kernel_cap_defaults",