* commit 'a8e325788cd64dabd8990185fba3fc8c4423c680': Makefile used spaces instead of a tab
This commit is contained in:
commit
4edeba203d
1 changed files with 1 additions and 1 deletions
|
@ -1259,7 +1259,7 @@ endif
|
||||||
$(hide) echo 'mkbootimg_args=$(BOARD_MKBOOTIMG_ARGS)' >> $(zip_root)/META/misc_info.txt
|
$(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 "use_set_metadata=1" >> $(zip_root)/META/misc_info.txt
|
||||||
$(hide) echo "multistage_support=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)
|
$(call generate-userimage-prop-dictionary, $(zip_root)/META/misc_info.txt)
|
||||||
@# Zip everything up, preserving symlinks
|
@# Zip everything up, preserving symlinks
|
||||||
$(hide) (cd $(zip_root) && zip -qry ../$(notdir $@) .)
|
$(hide) (cd $(zip_root) && zip -qry ../$(notdir $@) .)
|
||||||
|
|
Loading…
Reference in a new issue