Skip to content

Commit

Permalink
Add more version information for newer aboot (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Staphylo authored and lguohan committed Feb 8, 2017
1 parent b6753e7 commit 49042c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ elif [ "$IMAGE_TYPE" = "aboot" ]; then
zip -g $ABOOT_BOOT_IMAGE .imagehash
rm .imagehash
echo "SWI_VERSION=42.0.0" > version
echo "SWI_MAX_HWEPOCH=1" >> version
echo "SWI_VARIANT=US" >> version
zip -g $OUTPUT_ABOOT_IMAGE version
zip -g $ABOOT_BOOT_IMAGE version
rm version
Expand Down

0 comments on commit 49042c0

Please sign in to comment.