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
74459849
Commit
74459849
authored
Feb 26, 2024
by
fuyanbin
Browse files
fix: 打rck固件指定bootloader错误
parent
e456bad8
Changes
1
Show whitespace changes
Inline
Side-by-side
pack-ci.sh
View file @
74459849
...
@@ -194,8 +194,8 @@ pack_image() {
...
@@ -194,8 +194,8 @@ pack_image() {
local
update_img_tmp_dir
=
"
$build_dir
/img_dir"
local
update_img_tmp_dir
=
"
$build_dir
/img_dir"
find
"
$update_img_tmp_dir
/Image/"
-name
parameter.txt
-exec
cp
{}
"
$update_img_tmp_dir
/parameter"
\;
find
"
$update_img_tmp_dir
/Image/"
-name
parameter.txt
-exec
cp
{}
"
$update_img_tmp_dir
/parameter"
\;
afptool
-pack
"
$update_img_tmp_dir
"
"
${
outfile_path
}
.tmp"
afptool
-pack
"
$update_img_tmp_dir
"
"
${
outfile_path
}
.tmp"
cp
"
$build_dir
/img_dir/
package-file"
"
${
packge_dir
}
/package-file
"
cp
"
$build_dir
/img_dir/
Image/MiniLoaderAll.bin"
"
${
packge_dir
}
/MiniLoaderAll.bin
"
img_maker
"
${
packge_dir
}
/
package-file
"
"
${
outfile_path
}
.tmp"
"
$outfile_path
"
img_maker
"
${
packge_dir
}
/
MiniLoaderAll.bin
"
"
${
outfile_path
}
.tmp"
"
$outfile_path
"
fi
fi
rm
-rf
"
$build_dir
"
rm
-rf
"
$build_dir
"
}
}
...
...
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