Merge "Explain why the mips/mips64 ndk headers need to be present."

This commit is contained in:
Treehugger Robot 2017-12-11 21:28:40 +00:00 committed by Gerrit Code Review
commit f8716e410b

View file

@ -2036,6 +2036,7 @@ ndk_headers {
license: "NOTICE",
}
// Not actually used in the NDK, but needed to build AOSP for mips.
ndk_headers {
name: "libc_asm_mips",
from: "kernel/uapi/asm-mips",
@ -2044,6 +2045,7 @@ ndk_headers {
license: "NOTICE",
}
// Not actually used in the NDK, but needed to build AOSP for mips64.
ndk_headers {
name: "libc_asm_mips64",
from: "kernel/uapi/asm-mips",