Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20f7c524 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove last reference to SOONG_COLLECT_JAVA_DEPS" into main am: a2fc5295 am: ba4381a6

parents c0f4fb73 ba4381a6
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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

.PHONY: apps_only
ifeq ($(HOST_OS),darwin)