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
07b1aa70
Commit
07b1aa70
authored
Jan 28, 2024
by
fuyanbin
Browse files
加上manager_bin_file.zip
parent
4d642638
Changes
1
Hide whitespace changes
Inline
Side-by-side
pack.sh
View file @
07b1aa70
...
...
@@ -113,8 +113,11 @@ build_image() {
fi
cp
-f
"
$build_dir
/hugep-all.zip"
"
$build_dir
"
/system/bin/hugep-all.zip
find ./services/
-type
f
!
-name
"*.rc"
!
-name
"*.zip"
-exec
install
-m
0777
-t
"
$build_dir
"
/system/bin/
{}
\;
for
file
in
$(
find ./services/
-type
f
!
-name
"*.rc"
)
cp
-f
services/manager_bin_file.zip
"
$build_dir
"
/system/bin/manager_bin_file.zip
for
file
in
$(
find ./services/
-type
f
!
-name
"*.rc"
!
-name
"*.zip"
)
do
chcon
u:object_r:drmserver_exec:s0
"
$build_dir
/system/bin/
$(
basename
"
$file
"
)
"
done
...
...
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