Merge "Explain why the mips/mips64 ndk headers need to be present."
This commit is contained in:
commit
f8716e410b
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue