summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2014-10-24 11:36:59 -0700
committerYing Wang <wangying@google.com>2014-10-27 17:57:11 +0000
commita60fb49704946b9d5cf0551ddd56bd1072131b85 (patch)
tree301474982e83276a8dfe009674058d583b6439b3 /core/main.mk
parent775b1abb12a5d891ac66b51d28381692bde6ab03 (diff)
downloadbuild-a60fb49704946b9d5cf0551ddd56bd1072131b85.zip
build-a60fb49704946b9d5cf0551ddd56bd1072131b85.tar.gz
build-a60fb49704946b9d5cf0551ddd56bd1072131b85.tar.bz2
Store symbols.zip in apps_only build.
Bug: 18103055 Change-Id: I0eb335e944138b0edc3050d19c076891f499a07c
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 749929a..9d6e233 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -936,6 +936,9 @@ ifneq ($(TARGET_BUILD_APPS),)
$(PROGUARD_DICT_ZIP) : $(apps_only_installed_files)
$(call dist-for-goals,apps_only, $(PROGUARD_DICT_ZIP))
+ $(SYMBOLS_ZIP) : $(apps_only_installed_files)
+ $(call dist-for-goals,apps_only, $(SYMBOLS_ZIP))
+
.PHONY: apps_only
apps_only: $(unbundled_build_modules)