• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

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.

更改概述

差异

--- 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 $@)