Remove last reference to SOONG_COLLECT_JAVA_DEPS
SOONG_COLLECT_JAVA_DEPS was uncondtionally enabled in If30ad5dbabb6709f834134cbc9a513a9bdc9d9de, remove the conditional check for disting the results. The prevents rerunning Make analysis in ASfP, which is setting SOONG_COLLECT_JAVA_DEPS=true. Test: builds Change-Id: Ibecbeeefda3fec43c8a54b5ff80835e331bab1fc
This commit is contained in:
parent
7f91599457
commit
4637dafb94
1 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue