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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user