am 7172eb7b: Merge "Mute unharmful build warning at the top of the build log:" into gingerbread
* commit '7172eb7b623f4b30f5a709d639fcd3fb51cd6220': Mute unharmful build warning at the top of the build log:
This commit is contained in:
committed by
Android Git Automerger
commit
1117c69fe4
+1
-1
@@ -51,7 +51,7 @@ inc := $(call intermediates-dir-for,PACKAGING,updater_extensions)/register.inc
|
|||||||
|
|
||||||
junk := $(shell mkdir -p $(dir $(inc));\
|
junk := $(shell mkdir -p $(dir $(inc));\
|
||||||
echo $(TARGET_RECOVERY_UPDATER_LIBS) > $(inc).temp;\
|
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) : libs := $(TARGET_RECOVERY_UPDATER_LIBS)
|
||||||
$(inc) : $(inc).list
|
$(inc) : $(inc).list
|
||||||
|
|||||||
Reference in New Issue
Block a user