diff options
author | Michael Runge <mrunge@google.com> | 2013-12-26 15:33:32 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-12-26 15:33:32 -0800 |
commit | 41e19a4cf0f10740aa3437b1c2365e49d4f15181 (patch) | |
tree | 8161ae9cc26952b4df4a37d478ea322160184b35 /core/Makefile | |
parent | 5636d07a29108c77e6b8d38d96b0a1af3bae53ec (diff) | |
parent | 6b55f00762c03b3625862b89f704090f58f970e7 (diff) | |
download | build-41e19a4cf0f10740aa3437b1c2365e49d4f15181.zip build-41e19a4cf0f10740aa3437b1c2365e49d4f15181.tar.gz build-41e19a4cf0f10740aa3437b1c2365e49d4f15181.tar.bz2 |
am 6b55f007: am facd992e: Makefile used spaces instead of a tab
* commit '6b55f00762c03b3625862b89f704090f58f970e7':
Makefile used spaces instead of a tab
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 ebd7081..a8efd4d 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 $@) .) |