Skip to content

Commit

Permalink
Version: 5.0.20221224
Browse files Browse the repository at this point in the history
Change-Id: I4dd6eb6c9c9b8211d818441acb5454dfe5654992
Signed-off-by: Alexander Martinz <[email protected]>
  • Loading branch information
amartinz committed Jan 4, 2023
1 parent a5c8f68 commit 47b08ba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions generate-cab-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ OUTPUT_DIRECTORY="output"
###############################
# Image information (edit this)
IMAGE_URGENCY="high"
IMAGE_DATE="2022-10-06"
IMAGE_URL="https://gitlab.shift-gmbh.com/ShiftOSS/android_proprietary_vendor_firmware/-/raw/85d96c00f15ad30b382c7fb237ed019212549d98/axolotl/radio/abl.img"
IMAGE_VERSION="3.9.20221006"
IMAGE_DATE="2022-12-24"
IMAGE_URL="https://gitlab.shift-gmbh.com/ShiftOSS/android_proprietary_vendor_firmware/-/raw/1bb90b71d9658c74c6643429008480da12a850a8/axolotl/radio/abl.img"
IMAGE_VERSION="5.0.20221224"
IMAGE_DESCRIPTION=$(cat << EOF
<p>This release brings the following fixes and improvements:</p>
<ul>
<li>Add support for enabling developer mode</li>
<li>Correct spelling mistakes</li>
<li>Report ABL version through cmdline</li>
<li>Disable parallel download flash operations</li>
<li>Fix slot switching issues for vendor_boot partitions</li>
</ul>
EOF
)
Expand Down

0 comments on commit 47b08ba

Please sign in to comment.