diff options
| author | 2025-02-20 17:38:46 -0800 | |
|---|---|---|
| committer | 2025-02-20 17:38:46 -0800 | |
| commit | c0d44d45d83e1bcfec51f61c93ebfde8dbfc64d0 (patch) | |
| tree | 09097134c12204c305e3848572a590c41f313cd9 | |
| parent | ad274cc04faccd5b6828273c3770c67cd3329098 (diff) | |
Dist module_bp_java_deps.json in soong-only builds
Fixes: 398038416
Test: Presubmits
Change-Id: I936eb82b337ca58b754d00e685e0f8f76c4be19e
| -rw-r--r-- | core/main.mk | 1 |
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 |