From 373e894e3ccbb6806a4310581e5135c1d7ba25ec Mon Sep 17 00:00:00 2001 From: Alexei Nicoara Date: Tue, 27 Jun 2023 16:17:44 +0000 Subject: [PATCH] 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 --- android/updatable_modules.go | 4 ++-- 1 file 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"