am a8e32578: am 41e19a4c: am 6b55f007: am facd992e: Makefile used spaces instead of a tab

* commit 'a8e325788cd64dabd8990185fba3fc8c4423c680':
  Makefile used spaces instead of a tab
This commit is contained in:
Michael Runge 2013-12-26 23:46:02 +00:00 committed by Android Git Automerger
commit 4edeba203d

View file

@ -1259,7 +1259,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 $@) .)