build: rename signed fastboot package
* users think fastboot is signed while ota isn't Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev> Change-Id: Ibf4faefacc7895874936cdfab00bd2a1edb4e4a6
This commit is contained in:
parent
abbcc615cf
commit
6b7dfe28d3
2
build.sh
2
build.sh
|
@ -234,7 +234,7 @@ elif [ "${KEY_MAPPINGS}" ]; then
|
|||
echo -e "${CLR_BLD_BLU}Generating signed fastboot package${CLR_RST}"
|
||||
img_from_target_files \
|
||||
aospa-$AOSPA_VERSION-signed-target_files-$FILE_NAME_TAG.zip \
|
||||
aospa-$AOSPA_VERSION-signed-image.zip
|
||||
aospa-$AOSPA_VERSION-image.zip
|
||||
checkExit
|
||||
fi
|
||||
# Build rom package
|
||||
|
|
Loading…
Reference in New Issue