aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Nicoara <ancr@google.com>2023-06-27 16:17:44 +0000
committerAlexei Nicoara <ancr@google.com>2023-06-27 16:29:31 +0000
commit373e894e3ccbb6806a4310581e5135c1d7ba25ec (patch)
tree88c89169c40b9e94d0f7d2668dffde020fe64862
parent207a631f9ce82c0d7a8f7b20e5451dcdeb92fe8c (diff)
downloadsoong-373e894e3ccbb6806a4310581e5135c1d7ba25ec.tar.gz
DO NOT MERGE Increasing the dev branch default module version
After the prebuilt drop the modules under test in udc-dev can not be installed anymore because their version is lower than the prebuilt version. Increasing the version so the modules built from source would have a higher version. Bug: 288871663 Change-Id: If5cfd3ec62860a6f26bdd87ee6c77248c2bea0fb Ignore-AOSP-First: change needed on udc-dev only Merged-In: Iad9079f026f46da35f36723937db9bf5771580d1
-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"