summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",