summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-12-11 11:32:34 -0800
committerElliott Hughes <enh@google.com>2017-12-11 11:32:34 -0800
commitee291c021c58cd1e0f235572c4ad2f9813b51cdc (patch)
tree05c92a0322d611f2758dbe277acf5b14a7d553c5 /libc
parentd351581aa9ba1fbce227db35500471fe59c45f08 (diff)
Explain why the mips/mips64 ndk headers need to be present.
Bug: N/A Test: N/A Change-Id: I70e3a043884784d86a9a3ec7066d945803481b54
Diffstat (limited to 'libc')
-rw-r--r--libc/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/Android.bp b/libc/Android.bp
index 3ec75ee0a..a02139a5c 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -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",