Mute unharmful build warning at the top of the build log:
diff: out/target/product/generic/obj/PACKAGING/updater_extensions_intermediates/register.inc.list: No such file or directory Change-Id: I269b1703b6091b343db45b1c5cdd0962c738788b
This commit is contained in:
parent
5d6309e77f
commit
b7b7b37457
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue