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
system_extras
Commits
b62f5901
Commit
b62f5901
authored
9 years ago
by
Mohamad Ayyash
Committed by
Android (Google) Code Review
9 years ago
Browse files
Options
Download
Plain Diff
Merge "mksquashfsimage.sh: Add forward slash for SRC_DIR" into mnc-dev
parents
b002d072
baa6e454
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
squashfs_utils/mksquashfsimage.sh
squashfs_utils/mksquashfsimage.sh
+1
-1
No files found.
squashfs_utils/mksquashfsimage.sh
View file @
b62f5901
...
...
@@ -53,7 +53,7 @@ if [ -n "$BLOCK_SIZE" ]; then
OPT
=
"
$OPT
-b
$BLOCK_SIZE
"
fi
MAKE_SQUASHFS_CMD
=
"mksquashfs
$SRC_DIR
$OUTPUT_FILE
-no-progress -comp lz4 -Xhc -no-exports -noappend -no-recovery -android-fs-config
$OPT
"
MAKE_SQUASHFS_CMD
=
"mksquashfs
$SRC_DIR
/
$OUTPUT_FILE
-no-progress -comp lz4 -Xhc -no-exports -noappend -no-recovery -android-fs-config
$OPT
"
echo
$MAKE_SQUASHFS_CMD
$MAKE_SQUASHFS_CMD
if
[
$?
-ne
0
]
;
then
...
...
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