summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-08-23 12:19:48 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-08-23 12:19:48 -0700
commitb6cf5b2f41d460405a0a22812255b2700a79fb20 (patch)
treefce6b32db2d11320de4d53a59f249f32db7f1343 /core/main.mk
parent27f2cfb72e932a3ccbb592ef9b75e37542ceabc4 (diff)
parentb88ca53a465ef004a60ceb9c4c641c3c997edeb5 (diff)
downloadbuild-b6cf5b2f41d460405a0a22812255b2700a79fb20.zip
build-b6cf5b2f41d460405a0a22812255b2700a79fb20.tar.gz
build-b6cf5b2f41d460405a0a22812255b2700a79fb20.tar.bz2
am b88ca53a: am ddce2eb0: am de32713f: Merge "Collect and store proguard obfuscation dictionary files." into jb-mr2-dev
* commit 'b88ca53a465ef004a60ceb9c4c641c3c997edeb5': Collect and store proguard obfuscation dictionary files.
Diffstat (limited to 'core/main.mk')
-rw-r--r--core/main.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk
index 5522867..b8a8191 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -828,6 +828,9 @@ ifneq ($(TARGET_BUILD_APPS),)
$(call dist-for-goals,apps_only, $(EMMA_META_ZIP))
endif
+ $(PROGUARD_DICT_ZIP) : $(apps_only_installed_files)
+ $(call dist-for-goals,apps_only, $(PROGUARD_DICT_ZIP))
+
.PHONY: apps_only
apps_only: $(unbundled_build_modules)