Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
235a8bfa
Commit
235a8bfa
authored
Sep 20, 2024
by
fuyanbin
Browse files
fix: imgrepacker bug 打包路径总是有问题
parent
2384f5c1
Pipeline
#56029
passed with stages
in 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
pack-ci.sh
View file @
235a8bfa
...
...
@@ -401,7 +401,9 @@ pack_image() {
echo
"Allwinner PhoenixSute Image Format Detected.."
__pack_super_img
"
$ALLWINNER_DEFAULT_SYSTEM_PARTITION_NAME
"
sleep
5
imgrepacker
"
$update_img_tmp_dir
/update.img.dump"
pushd
"
$update_img_tmp_dir
"
imgrepacker ./update.img.dump
popd
mv
"
$update_img_tmp_dir
/update.img"
"
$outfile_path
"
elif
[[
"
$is_rockchip
"
==
"1"
]]
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment