diff options
Diffstat (limited to 'core/main.mk')
-rw-r--r-- | core/main.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk index 4234b30..8f957de 100644 --- a/core/main.mk +++ b/core/main.mk @@ -918,6 +918,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) |