diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-01-06 15:22:50 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-06 15:22:50 -0800 |
commit | 7353e43b850cd532c7d35969291757d5145eada2 (patch) | |
tree | 69f80b19c5a226af2853eae3ba44fc7eac3be3c1 /core | |
parent | c7a10ddd3115a40de10b34d7dbfe92134ce7ae8f (diff) | |
parent | da1c81abe48c76f59953fd2e14a2ae2283d7bf92 (diff) | |
download | build-7353e43b850cd532c7d35969291757d5145eada2.zip build-7353e43b850cd532c7d35969291757d5145eada2.tar.gz build-7353e43b850cd532c7d35969291757d5145eada2.tar.bz2 |
am da1c81ab: am a230c4d0: Reference kernel notice in the new location
* commit 'da1c81abe48c76f59953fd2e14a2ae2283d7bf92':
Reference kernel notice in the new location
Diffstat (limited to 'core')
-rw-r--r-- | core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Makefile b/core/Makefile index 452b2c9..df413c1 100644 --- a/core/Makefile +++ b/core/Makefile @@ -554,7 +554,7 @@ endif # make the target NOTICE files depend on this particular file too, which will # then be in the right directory for the find in combine-notice-files to work. $(kernel_notice_file): \ - prebuilt/$(TARGET_PREBUILT_TAG)/kernel/LINUX_KERNEL_COPYING \ + prebuilts/qemu-kernel/arm/LINUX_KERNEL_COPYING \ | $(ACP) @echo Copying: $@ $(hide) mkdir -p $(dir $@) |