summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adam Seaton <aseaton@google.com> 2024-06-05 19:22:31 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-06-05 19:22:31 +0000
commit54988b4579c3372ec3e4024a22d1b45dac0c151b (patch)
tree235c6c56bbf87c4a39f5a74f17b5b8a8852eab79
parenteb98cca569d9e1b05f667a5eed5102fd8c05295b (diff)
parent3d530c24d72dd6170c147ee99294cc3f7361188a (diff)
Merge "Change default version code for Mainline modules building from source to start with 3520" into main
-rw-r--r--android/updatable_modules.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/updatable_modules.go b/android/updatable_modules.go
index dd7dc2c2f..d2595ed14 100644
--- a/android/updatable_modules.go
+++ b/android/updatable_modules.go
@@ -33,4 +33,4 @@ package android
// * AOSP - xx9990000
// * x-mainline-prod - xx9990000
// * master - 990090000
-const DefaultUpdatableModuleVersion = "350090000"
+const DefaultUpdatableModuleVersion = "352090000"