diff options
author | Michael Runge <mrunge@google.com> | 2013-12-20 11:50:16 -0800 |
---|---|---|
committer | Michael Runge <mrunge@google.com> | 2013-12-20 11:50:16 -0800 |
commit | facd992ec73de763cfbca32dd6aa38ff76a07613 (patch) | |
tree | 992ad9b75a51d5efd43f55e8909f48c1d61b01ec /core/Makefile | |
parent | 4038aa8fff8c68733bff8b55d8c8d1b59713ca37 (diff) | |
download | build-facd992ec73de763cfbca32dd6aa38ff76a07613.zip build-facd992ec73de763cfbca32dd6aa38ff76a07613.tar.gz build-facd992ec73de763cfbca32dd6aa38ff76a07613.tar.bz2 |
Makefile used spaces instead of a tab
Change-Id: Ia34f80d99062ef2899527f11d7bf72e78c63e31c
Diffstat (limited to 'core/Makefile')
-rw-r--r-- | core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index 222e6b0..27f22a9 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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 $@) .) |