diff options
| author | 2024-06-05 19:22:31 +0000 | |
|---|---|---|
| committer | 2024-06-05 19:22:31 +0000 | |
| commit | 54988b4579c3372ec3e4024a22d1b45dac0c151b (patch) | |
| tree | 235c6c56bbf87c4a39f5a74f17b5b8a8852eab79 | |
| parent | eb98cca569d9e1b05f667a5eed5102fd8c05295b (diff) | |
| parent | 3d530c24d72dd6170c147ee99294cc3f7361188a (diff) | |
Merge "Change default version code for Mainline modules building from source to start with 3520" into main
| -rw-r--r-- | android/updatable_modules.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/updatable_modules.go b/android/updatable_modules.go index dd7dc2c2f..d2595ed14 100644 --- a/android/updatable_modules.go +++ b/android/updatable_modules.go @@ -33,4 +33,4 @@ package android // * AOSP - xx9990000 // * x-mainline-prod - xx9990000 // * master - 990090000 -const DefaultUpdatableModuleVersion = "350090000" +const DefaultUpdatableModuleVersion = "352090000" |