Move super.img to obj/PACKAGING
To avoid the confusion. super.img isn't intended to be flashed during day-to-day development. Test: m superimage Bug: 128891161 Change-Id: I9d62e5929b415343b2d890ab21e6ae51175af2ae
This commit is contained in:
@@ -4417,7 +4417,7 @@ define dump-super-image-info
|
||||
endef
|
||||
|
||||
ifneq (true,$(PRODUCT_RETROFIT_DYNAMIC_PARTITIONS))
|
||||
INSTALLED_SUPERIMAGE_TARGET := $(PRODUCT_OUT)/super.img
|
||||
INSTALLED_SUPERIMAGE_TARGET := $(call intermediates-dir-for,PACKAGING,super.img)/super.img
|
||||
$(INSTALLED_SUPERIMAGE_TARGET): extracted_input_target_files := $(patsubst %.zip,%,$(BUILT_TARGET_FILES_PACKAGE))
|
||||
$(INSTALLED_SUPERIMAGE_TARGET): $(LPMAKE) $(BUILT_TARGET_FILES_PACKAGE) $(BUILD_SUPER_IMAGE)
|
||||
$(call pretty,"Target super fs image: $@")
|
||||
|
Reference in New Issue
Block a user