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
facd992e
Commit
facd992e
authored
11 years ago
by
Michael Runge
Browse files
Options
Download
Email Patches
Plain Diff
Makefile used spaces instead of a tab
Change-Id: Ia34f80d99062ef2899527f11d7bf72e78c63e31c
parent
4038aa8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/Makefile
core/Makefile
+1
-1
No files found.
core/Makefile
View file @
facd992e
...
...
@@ -1264,7 +1264,7 @@ endif
$(hide)
echo
"mkbootimg_args=
$(BOARD_MKBOOTIMG_ARGS)
"
>>
$(zip_root)
/META/misc_info.txt
$(hide)
echo
"use_set_metadata=1"
>>
$(zip_root)
/META/misc_info.txt
$(hide)
echo
"multistage_support=1"
>>
$(zip_root)
/META/misc_info.txt
$(hide)
echo
"update_rename_support=1"
>>
$(zip_root)/META/misc_info.txt
$(hide)
echo
"update_rename_support=1"
>>
$(zip_root)
/META/misc_info.txt
$(
call
generate-userimage-prop-dictionary,
$(zip_root)
/META/misc_info.txt
)
@
# Zip everything up, preserving symlinks
$(hide)
(
cd
$(zip_root)
&&
zip
-qry
../
$(
notdir
$@
)
.
)
...
...
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