summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2025-02-20 17:38:46 -0800
committer Cole Faust <colefaust@google.com> 2025-02-20 17:38:46 -0800
commitc0d44d45d83e1bcfec51f61c93ebfde8dbfc64d0 (patch)
tree09097134c12204c305e3848572a590c41f313cd9
parentad274cc04faccd5b6828273c3770c67cd3329098 (diff)
Dist module_bp_java_deps.json in soong-only builds
Fixes: 398038416 Test: Presubmits Change-Id: I936eb82b337ca58b754d00e685e0f8f76c4be19e
-rw-r--r--core/main.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/main.mk b/core/main.mk
index 41a36caa3f..9710dc86c4 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -1467,7 +1467,6 @@ droidcore: droidcore-unbundled
# dist_files only for putting your library into the dist directory with a full build.
.PHONY: dist_files
-$(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