Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
build
Commits
042e8519
Commit
042e8519
authored
9 years ago
by
Mohamad Ayyash
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Download
Plain Diff
Merge "build_image.py: Make sparse squashfs images"
parents
c9fcdae2
2cd51cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tools/releasetools/build_image.py
tools/releasetools/build_image.py
+1
-0
No files found.
tools/releasetools/build_image.py
View file @
042e8519
...
...
@@ -268,6 +268,7 @@ def BuildImage(in_dir, prop_dict, out_file):
elif
fs_type
.
startswith
(
"squash"
):
build_command
=
[
"mksquashfsimage.sh"
]
build_command
.
extend
([
in_dir
,
out_file
])
build_command
.
extend
([
"-s"
])
build_command
.
extend
([
"-m"
,
prop_dict
[
"mount_point"
]])
if
"selinux_fc"
in
prop_dict
:
build_command
.
extend
([
"-c"
,
prop_dict
[
"selinux_fc"
]])
...
...
This diff is collapsed.
Click to expand it.
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