Loading core/Makefile +7 −1 Original line number Diff line number Diff line Loading @@ -5626,7 +5626,12 @@ endif # build_otatools_package FASTBOOT_INFO_VERSION = 1 INSTALLED_FASTBOOT_INFO_TARGET := $(PRODUCT_OUT)/fastboot-info.txt ifdef TARGET_BOARD_FASTBOOT_INFO_FILE $(INSTALLED_FASTBOOT_INFO_TARGET): $(TARGET_BOARD_FASTBOOT_INFO_FILE) rm -f $@ $(call pretty,"Target fastboot-info.txt: $@") $(hide) cp $< $@ else $(INSTALLED_FASTBOOT_INFO_TARGET): rm -f $@ $(call pretty,"Target fastboot-info.txt: $@") Loading Loading @@ -5685,6 +5690,7 @@ endif ifeq ($(BOARD_USES_METADATA_PARTITION),true) $(hide) echo "if-wipe erase metadata" >> $@ endif endif # ----------------------------------------------------------------- # misc_info.txt Loading Loading
core/Makefile +7 −1 Original line number Diff line number Diff line Loading @@ -5626,7 +5626,12 @@ endif # build_otatools_package FASTBOOT_INFO_VERSION = 1 INSTALLED_FASTBOOT_INFO_TARGET := $(PRODUCT_OUT)/fastboot-info.txt ifdef TARGET_BOARD_FASTBOOT_INFO_FILE $(INSTALLED_FASTBOOT_INFO_TARGET): $(TARGET_BOARD_FASTBOOT_INFO_FILE) rm -f $@ $(call pretty,"Target fastboot-info.txt: $@") $(hide) cp $< $@ else $(INSTALLED_FASTBOOT_INFO_TARGET): rm -f $@ $(call pretty,"Target fastboot-info.txt: $@") Loading Loading @@ -5685,6 +5690,7 @@ endif ifeq ($(BOARD_USES_METADATA_PARTITION),true) $(hide) echo "if-wipe erase metadata" >> $@ endif endif # ----------------------------------------------------------------- # misc_info.txt Loading