diff options
author | 2024-03-07 06:41:10 +0000 | |
---|---|---|
committer | 2024-03-07 06:41:10 +0000 | |
commit | 08bef285d826625bc73e67a0d40bdf3479aeb034 (patch) | |
tree | f283c813aeef3ba68afbea8246b754f5cafff4bd /android/updatable_modules.go | |
parent | a7ee3e04825947b0bb4e0eb0fa122f8c9664abb4 (diff) | |
parent | 7e46832a1caf034ccd1b6eaf9b303a09306b13db (diff) |
Merge "Merge Android 14 QPR2 to AOSP main" into main
Diffstat (limited to 'android/updatable_modules.go')
-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 6d0eeb716..1548170f9 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 = "340090000" +const DefaultUpdatableModuleVersion = "990090000" |