summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/main.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/main.mk b/core/main.mk
index 348a964e0a..649c75c1a2 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -1721,10 +1721,8 @@ droidcore: droidcore-unbundled
# dist_files only for putting your library into the dist directory with a full build.
.PHONY: dist_files
-ifeq ($(SOONG_COLLECT_JAVA_DEPS), true)
- $(call dist-for-goals, dist_files, $(SOONG_OUT_DIR)/module_bp_java_deps.json)
- $(call dist-for-goals, dist_files, $(PRODUCT_OUT)/module-info.json)
-endif
+$(call dist-for-goals, dist_files, $(SOONG_OUT_DIR)/module_bp_java_deps.json)
+$(call dist-for-goals, dist_files, $(PRODUCT_OUT)/module-info.json)
.PHONY: apps_only
ifeq ($(HOST_OS),darwin)