aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexei Nicoara <ancr@google.com>2023-04-27 09:12:44 +0000
committerAlexei Nicoara <ancr@google.com>2023-04-27 11:33:32 +0000
commitec0e5a3e9706c8dfbe645d5ed37826f59bae4d89 (patch)
treefa427ed98170479aadeb5e687ae7791ed9c00437
parentfef2ccb868cafb66d865dc553af488c5ffc799c6 (diff)
downloadsoong-ec0e5a3e9706c8dfbe645d5ed37826f59bae4d89.tar.gz
DO NOT MERGE: Changing the udc-dev version to 345990000
The udc-dev version is now lower than the prebuilts b/278817494. Increasing it so it's higher than prebuilts but still low enough, b/231691162 suggested initially to use xx5990000 for x-dev. I've checked tm-dev and the latest prebuilt was 3318, so 3459 prefix should be enough for udc-dev. Change-Id: Idc85a121825aea754b258b306660ca71c6b1fdd9 BUG: 278817494 Ignore-AOSP-First: This change is needed in udc-dev only
-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..1de73c4f8 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 - xx5990000 (where xx is the branch SDK level)
// * AOSP - xx9990000
// * x-mainline-prod - xx9990000
// * master - 990090000
-const DefaultUpdatableModuleVersion = "340090000"
+const DefaultUpdatableModuleVersion = "345990000"