Merge "Copy generated $(PRODUCT_OUT)/module-info.json file to dist when SOONG_COLLECT_JAVA_DEPS flag is set."
This commit is contained in:
@@ -1639,6 +1639,7 @@ droidcore: $(filter $(HOST_OUT_ROOT)/%,$(modules_to_install)) \
|
|||||||
|
|
||||||
ifeq ($(SOONG_COLLECT_JAVA_DEPS), true)
|
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, $(SOONG_OUT_DIR)/module_bp_java_deps.json)
|
||||||
|
$(call dist-for-goals, dist_files, $(PRODUCT_OUT)/module-info.json)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: apps_only
|
.PHONY: apps_only
|
||||||
|
Reference in New Issue
Block a user