• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


Commit MetaInfo

修訂c6f1255519d45077a0bc9208bc490da3a7c258a1 (tree)
時間2014-08-27 19:37:06
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

android-x86: fix a build break

Use COPYING from our kernel tree.

Change Summary

差異

--- a/core/Makefile
+++ b/core/Makefile
@@ -546,7 +546,7 @@ endif # TARGET_BUILD_APPS
546546 # make the target NOTICE files depend on this particular file too, which will
547547 # then be in the right directory for the find in combine-notice-files to work.
548548 $(kernel_notice_file): \
549- prebuilts/qemu-kernel/arm/LINUX_KERNEL_COPYING \
549+ kernel/COPYING \
550550 | $(ACP)
551551 @echo Copying: $@
552552 $(hide) mkdir -p $(dir $@)