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
This commit is contained in:
Alexei Nicoara 2023-06-27 16:17:44 +00:00
parent 207a631f9c
commit 373e894e3c

View file

@ -29,8 +29,8 @@ package android
// based on the branch such that the builds from testing and development // based on the branch such that the builds from testing and development
// branches will have a version higher than the prebuilts. // branches will have a version higher than the prebuilts.
// Versions per branch: // 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 // * AOSP - xx9990000
// * x-mainline-prod - xx9990000 // * x-mainline-prod - xx9990000
// * master - 990090000 // * master - 990090000
const DefaultUpdatableModuleVersion = "340090000" const DefaultUpdatableModuleVersion = "342090000"