aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/updatable_modules.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/updatable_modules.go b/android/updatable_modules.go
index 6d0eeb716..e6ad3fea5 100644
--- a/android/updatable_modules.go
+++ b/android/updatable_modules.go
@@ -29,8 +29,8 @@ package android
// based on the branch such that the builds from testing and development
// branches will have a version higher than the prebuilts.
// Versions per branch:
-// * x-dev - xx0090000 (where xx is the branch SDK level)
+// * x-dev - xx2090000 (where xx is the branch SDK level)
// * AOSP - xx9990000
// * x-mainline-prod - xx9990000
// * master - 990090000
-const DefaultUpdatableModuleVersion = "340090000"
+const DefaultUpdatableModuleVersion = "342090000"