diff options
| author | 2023-05-03 17:49:43 +0000 | |
|---|---|---|
| committer | 2023-05-03 17:49:43 +0000 | |
| commit | d9cc1b9be93882a0f9bd2392aa9d4981e6678f93 (patch) | |
| tree | 1190efc56ec03f2855afed42fc93de92b3500394 | |
| parent | 120b63b6f80136fd23bdd53dfaa8014bf792f6da (diff) | |
| parent | 1240f28d09b861f1245c9f54e388a425252e60b5 (diff) | |
Revert "DO NOT MERGE: Changing the udc-dev version to 345990000" am: 1240f28d09
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/22994519
Change-Id: I5e16ec86573d1cf9a5ce17b38e48f93771f16ee4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | android/updatable_modules.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/updatable_modules.go b/android/updatable_modules.go index 1de73c4f8..6d0eeb716 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 - xx5990000 (where xx is the branch SDK level) +// * x-dev - xx0090000 (where xx is the branch SDK level) // * AOSP - xx9990000 // * x-mainline-prod - xx9990000 // * master - 990090000 -const DefaultUpdatableModuleVersion = "345990000" +const DefaultUpdatableModuleVersion = "340090000" |