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
f942e97f
Commit
f942e97f
authored
Oct 28, 2024
by
fuyanbin
Browse files
fix: 需要时再安装qrcode app
parent
7c32519e
Changes
1
Show whitespace changes
Inline
Side-by-side
pack-ci.sh
View file @
f942e97f
...
...
@@ -312,7 +312,7 @@ install_dianxin() {
chcon
u:object_r:drmserver_exec:s0
"
$system_path
/etc/init/
$(
basename
"
$file
"
)
"
done
if
[[
"
$android_sdk
"
-ge
31
]]
&&
[[
"
$INSTALL_QRCODE_APP
"
]]
if
[[
"
$android_sdk
"
-ge
31
]]
&&
[[
"
$INSTALL_QRCODE_APP
"
==
"true"
]]
then
find ./services/
-type
f
-name
"*.apk"
-exec
install
-m
0644
-t
"
$system_path
"
/preinstall/
{}
\;
fi
...
...
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