OSDN Git Service

Makefile used spaces instead of a tab
authorMichael Runge <mrunge@google.com>
Fri, 20 Dec 2013 19:50:16 +0000 (11:50 -0800)
committerMichael Runge <mrunge@google.com>
Fri, 20 Dec 2013 19:50:16 +0000 (11:50 -0800)
Change-Id: Ia34f80d99062ef2899527f11d7bf72e78c63e31c

core/Makefile

index 222e6b0..27f22a9 100644 (file)
@@ -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 $@) .)