Skip to content

Commit 47b08ba

Browse files
committed
Version: 5.0.20221224
Change-Id: I4dd6eb6c9c9b8211d818441acb5454dfe5654992 Signed-off-by: Alexander Martinz <[email protected]>
1 parent a5c8f68 commit 47b08ba

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

generate-cab-files.sh

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ OUTPUT_DIRECTORY="output"
66
###############################
77
# Image information (edit this)
88
IMAGE_URGENCY="high"
9-
IMAGE_DATE="2022-10-06"
10-
IMAGE_URL="https://gitlab.shift-gmbh.com/ShiftOSS/android_proprietary_vendor_firmware/-/raw/85d96c00f15ad30b382c7fb237ed019212549d98/axolotl/radio/abl.img"
11-
IMAGE_VERSION="3.9.20221006"
9+
IMAGE_DATE="2022-12-24"
10+
IMAGE_URL="https://gitlab.shift-gmbh.com/ShiftOSS/android_proprietary_vendor_firmware/-/raw/1bb90b71d9658c74c6643429008480da12a850a8/axolotl/radio/abl.img"
11+
IMAGE_VERSION="5.0.20221224"
1212
IMAGE_DESCRIPTION=$(cat << EOF
1313
<p>This release brings the following fixes and improvements:</p>
1414
<ul>
15-
<li>Add support for enabling developer mode</li>
16-
<li>Correct spelling mistakes</li>
17-
<li>Report ABL version through cmdline</li>
15+
<li>Disable parallel download flash operations</li>
16+
<li>Fix slot switching issues for vendor_boot partitions</li>
1817
</ul>
1918
EOF
2019
)

0 commit comments

Comments
 (0)