am 35b84b28
: Overwrite android-info instead of appending to it
Merge commit '35b84b287f9cba2d098d28eb0e3b44abd6ae131a' into eclair-mr2 * commit '35b84b287f9cba2d098d28eb0e3b44abd6ae131a': Overwrite android-info instead of appending to it
This commit is contained in:
commit
cc6743007c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ board_info_txt := $(wildcard $(TARGET_DEVICE_DIR)/board-info.txt)
|
|||
$(INSTALLED_ANDROID_INFO_TXT_TARGET): $(board_info_txt)
|
||||
$(call pretty,"Generated: ($@)")
|
||||
ifdef board_info_txt
|
||||
$(hide) cat $< >> $@
|
||||
$(hide) cat $< > $@
|
||||
else
|
||||
$(hide) echo "board=$(TARGET_BOOTLOADER_BOARD_NAME)" > $@
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue