summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Adam Seaton <aseaton@google.com> 2024-06-03 18:26:34 +0000
committer Adam Seaton <aseaton@google.com> 2024-06-05 19:22:21 +0000
commit3d530c24d72dd6170c147ee99294cc3f7361188a (patch)
tree21fe0580a63c22acad65c2569e4539118c8fd699
parenta9b48fd47f0318f06c2f8a5e48d79c7691bc192d (diff)
Change default version code for Mainline modules building from source to start with 3520
BUG:344610650 Ignore-AOSP-First: We are currently blocked on internal testing of mainline modules by these version code issues, but are unclear if this is correct behavior for AOSP. We'd like to submit this in the interest of unblocking the testing, and will resolve the question in AOSP thereafter. Change-Id: I64ddf6215ddfe33e180a54bf8a98092da8286808
-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"