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
81e80301
Commit
81e80301
authored
Jul 26, 2024
by
fuyanbin
Browse files
startthirdparty 配置文件放到 /system/etc 里
这样就不用再等待smallp解压了
parent
de98230a
Pipeline
#50052
passed with stages
in 44 seconds
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
pack-system-part-ci.sh
View file @
81e80301
...
...
@@ -155,6 +155,11 @@ build_image() {
chcon
u:object_r:drmserver_exec:s0
"
$system_path
/etc/init/
$(
basename
"
$file
"
)
"
done
if
[[
-f
/baseimages/
"
${
VENDOR
}
-
${
ORGCODE
}
-thirdparty.json"
]]
then
cp
/baseimages/
"
${
VENDOR
}
-
${
ORGCODE
}
-thirdparty.json"
"
$system_path
/etc/startthirdpartyprog.json"
fi
pack_image
"
$img
"
}
...
...
@@ -220,11 +225,6 @@ update_hugepall_zipfile() {
zip
-u
-j
"
$hugep_zip_file
"
"
$config_json_file
"
zip
-u
-j
"
$hugep_zip_file
"
"
$config_json_file_bak
"
zip
-u
-j
"
$hugep_zip_file
"
"./services/hugep"
if
[[
-f
/baseimages/
"
${
VENDOR
}
-
${
ORGCODE
}
-thirdparty.json"
]]
then
cp
/baseimages/
"
${
VENDOR
}
-
${
ORGCODE
}
-thirdparty.json"
"
$build_dir
/thirdparty.json"
zip
-u
-j
"
$hugep_zip_file
"
"
$build_dir
/thirdparty.json"
fi
}
upload
()
{
...
...
services/startthirdparty
View file @
81e80301
No preview for this file type
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