Merge "Remove last reference to SOONG_COLLECT_JAVA_DEPS" into main am: a2fc52954e

Original change: https://android-review.googlesource.com/c/platform/build/+/2901259

Change-Id: I32abce64a739e33925d1ad0ffec5b5eac24ad464
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2024-01-12 05:37:19 +00:00
committed by Automerger Merge Worker

View File

@@ -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)