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
df44e30c
Commit
df44e30c
authored
Aug 12, 2024
by
fuyanbin
Browse files
fix: 加上可执行权限
parent
d3284341
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/android-tools/repack.sh
100644 → 100755
View file @
df44e30c
...
...
@@ -45,7 +45,6 @@ total_size=0
partition_info_dump
=
$(
lpdump
-j
"
$c_super_file
"
| jq
-c
-r
'.partitions[]'
)
for
item
in
$partition_info_dump
do
echo
$item
if
[[
"
$(
echo
"
$item
"
| jq
-r
'.group_name'
)
"
==
"
$group_name
"
]]
then
name
=
$(
echo
"
$item
"
| jq
-r
'.name'
)
...
...
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