diff options
author | Dave Langemak <dlangemak@google.com> | 2013-11-21 17:16:26 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-21 17:16:26 -0800 |
commit | c3644114805150eef2f5035085878e5f860c7436 (patch) | |
tree | 162f98f7448c0e8d14f0fc05a4767b4b572394ac /core/Makefile | |
parent | e0daed20a6dfbd767ece790a30f68e602a0ec1ad (diff) | |
parent | 8ea83e902d931591af37e747763e768e7a6990be (diff) | |
download | build-c3644114805150eef2f5035085878e5f860c7436.zip build-c3644114805150eef2f5035085878e5f860c7436.tar.gz build-c3644114805150eef2f5035085878e5f860c7436.tar.bz2 |
am 8ea83e90: am 96f56b6f: Merge "Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."" into klp-dev
* commit '8ea83e902d931591af37e747763e768e7a6990be':
Revert "Enable incremental builder to find files that moved, and try to process them via patch + rename, instead of delete + add."
Diffstat (limited to 'core/Makefile')
-rw-r--r-- | core/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index a8a7d97..fca06fa 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1262,7 +1262,6 @@ ifdef PRODUCT_EXTRA_RECOVERY_KEYS 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 "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 $@) .) |