summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-07-21 02:31:04 +0200
committerYing Wang <wangying@google.com>2010-07-21 02:31:04 +0200
commitb4277c25c639aa462a1d2f2d78f776443c670fb6 (patch)
tree8166459cce8b5ba4bdc7bab67388cc8b893e0415
parentresolved conflicts for merge of c02c37a1 to master (diff)
downloadandroid_bootable_recovery-b4277c25c639aa462a1d2f2d78f776443c670fb6.tar
android_bootable_recovery-b4277c25c639aa462a1d2f2d78f776443c670fb6.tar.gz
android_bootable_recovery-b4277c25c639aa462a1d2f2d78f776443c670fb6.tar.bz2
android_bootable_recovery-b4277c25c639aa462a1d2f2d78f776443c670fb6.tar.lz
android_bootable_recovery-b4277c25c639aa462a1d2f2d78f776443c670fb6.tar.xz
android_bootable_recovery-b4277c25c639aa462a1d2f2d78f776443c670fb6.tar.zst
android_bootable_recovery-b4277c25c639aa462a1d2f2d78f776443c670fb6.zip
-rw-r--r--updater/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/Android.mk b/updater/Android.mk
index dcc6a49ab..c8f61f41d 100644
--- a/updater/Android.mk
+++ b/updater/Android.mk
@@ -51,7 +51,7 @@ inc := $(call intermediates-dir-for,PACKAGING,updater_extensions)/register.inc
junk := $(shell mkdir -p $(dir $(inc));\
echo $(TARGET_RECOVERY_UPDATER_LIBS) > $(inc).temp;\
- diff -q $(inc).temp $(inc).list || cp -f $(inc).temp $(inc).list)
+ diff -q $(inc).temp $(inc).list 2>/dev/null || cp -f $(inc).temp $(inc).list)
$(inc) : libs := $(TARGET_RECOVERY_UPDATER_LIBS)
$(inc) : $(inc).list