Merge "Copy generated $(PRODUCT_OUT)/module-info.json file to dist when SOONG_COLLECT_JAVA_DEPS flag is set." am: 9b9f56d31e
Original change: https://android-review.googlesource.com/c/platform/build/+/1502354 Change-Id: I40f2c0022393829758ec0e40691d50e81b3c5c5b
This commit is contained in:
commit
ef9dfaef76
1 changed files with 1 additions and 0 deletions
|
@ -1639,6 +1639,7 @@ droidcore: $(filter $(HOST_OUT_ROOT)/%,$(modules_to_install)) \
|
|||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue