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
a0b5ea99
Commit
a0b5ea99
authored
Jan 26, 2024
by
fuyanbin
Browse files
fix: install hugep-all.zip
parent
b79b1cc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
pack.sh
View file @
a0b5ea99
...
...
@@ -112,7 +112,8 @@ build_image() {
fi
fi
find ./services/
-type
f
!
-name
"*.rc"
-exec
install
-m
0777
-t
"
$build_dir
"
/system/bin/
{}
\;
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"
)
do
chcon
u:object_r:drmserver_exec:s0
"
$build_dir
/system/bin/
$(
basename
"
$file
"
)
"
...
...
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