Merge "Stop using the files
target for droidcore"
This commit is contained in:
@@ -1305,8 +1305,8 @@ auxiliary: $(INSTALLED_AUX_TARGETS)
|
|||||||
|
|
||||||
# Build files and then package it into the rom formats
|
# Build files and then package it into the rom formats
|
||||||
.PHONY: droidcore
|
.PHONY: droidcore
|
||||||
droidcore: files \
|
droidcore: $(filter $(HOST_OUT_ROOT)/%,$(modules_to_install)) \
|
||||||
systemimage \
|
$(INSTALLED_SYSTEMIMAGE_TARGET) \
|
||||||
$(INSTALLED_RAMDISK_TARGET) \
|
$(INSTALLED_RAMDISK_TARGET) \
|
||||||
$(INSTALLED_BOOTIMAGE_TARGET) \
|
$(INSTALLED_BOOTIMAGE_TARGET) \
|
||||||
$(INSTALLED_RECOVERYIMAGE_TARGET) \
|
$(INSTALLED_RECOVERYIMAGE_TARGET) \
|
||||||
@@ -1337,6 +1337,7 @@ droidcore: files \
|
|||||||
$(INSTALLED_FILES_JSON_ROOT) \
|
$(INSTALLED_FILES_JSON_ROOT) \
|
||||||
$(INSTALLED_FILES_FILE_RECOVERY) \
|
$(INSTALLED_FILES_FILE_RECOVERY) \
|
||||||
$(INSTALLED_FILES_JSON_RECOVERY) \
|
$(INSTALLED_FILES_JSON_RECOVERY) \
|
||||||
|
$(INSTALLED_ANDROID_INFO_TXT_TARGET) \
|
||||||
soong_docs
|
soong_docs
|
||||||
|
|
||||||
# dist_files only for putting your library into the dist directory with a full build.
|
# dist_files only for putting your library into the dist directory with a full build.
|
||||||
|
@@ -25,7 +25,7 @@ $(MODULE_INFO_JSON):
|
|||||||
# If ONE_SHOT_MAKEFILE is set, our view of the world is smaller, so don't
|
# If ONE_SHOT_MAKEFILE is set, our view of the world is smaller, so don't
|
||||||
# rewrite the file in that came.
|
# rewrite the file in that came.
|
||||||
ifndef ONE_SHOT_MAKEFILE
|
ifndef ONE_SHOT_MAKEFILE
|
||||||
files: $(MODULE_INFO_JSON)
|
droidcore: $(MODULE_INFO_JSON)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(call dist-for-goals, general-tests, $(MODULE_INFO_JSON))
|
$(call dist-for-goals, general-tests, $(MODULE_INFO_JSON))
|
||||||
|
Reference in New Issue
Block a user