Revert "Remove mips/mips64 headers from the NDK sysroot."

This reverts commit 050f046d3d3685c5419b265efe83da67a6e016bb.

Change-Id: I2549dfccced02b61383cd9e534bfd34cf1d6dba1
diff --git a/libc/Android.bp b/libc/Android.bp
index b88c987..3ec75ee 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -2037,6 +2037,22 @@
 }
 
 ndk_headers {
+    name: "libc_asm_mips",
+    from: "kernel/uapi/asm-mips",
+    to: "mipsel-linux-android",
+    srcs: ["kernel/uapi/asm-mips/**/*.h"],
+    license: "NOTICE",
+}
+
+ndk_headers {
+    name: "libc_asm_mips64",
+    from: "kernel/uapi/asm-mips",
+    to: "mips64el-linux-android",
+    srcs: ["kernel/uapi/asm-mips/**/*.h"],
+    license: "NOTICE",
+}
+
+ndk_headers {
     name: "libc_asm_x86",
     from: "kernel/uapi/asm-x86",
     to: "i686-linux-android",