aboutsummaryrefslogtreecommitdiff
path: root/src/common/android/include/asm-mips/README.md
diff options
context:
space:
mode:
authorbsheedy <bsheedy@chromium.org>2018-01-03 13:20:08 -0800
committerMark Mentovai <mark@chromium.org>2018-01-03 21:22:16 +0000
commit4a02ec03038d9d6f870f42d5070591512f488db0 (patch)
tree84d58f56ea53870818761337ab72f887f543e7ea /src/common/android/include/asm-mips/README.md
parentandroid: drop sgidefs.h hack for LSS (diff)
downloadbreakpad-4a02ec03038d9d6f870f42d5070591512f488db0.tar.xz
Add asm and machine headers
Adds asm/ and machine/ directories to src/common/android/include. This is necessary because some required files for MIPS were removed in newer Android NDK versions, which broke Breakpad compilation. Bug: 771171 Change-Id: Ie6a079b6b8130b549ebc6d0bc4aef0e47e7bd6c2 Reviewed-on: https://chromium-review.googlesource.com/835282 Reviewed-by: Mark Mentovai <mark@chromium.org>
Diffstat (limited to 'src/common/android/include/asm-mips/README.md')
-rw-r--r--src/common/android/include/asm-mips/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/common/android/include/asm-mips/README.md b/src/common/android/include/asm-mips/README.md
new file mode 100644
index 00000000..b56ee60f
--- /dev/null
+++ b/src/common/android/include/asm-mips/README.md
@@ -0,0 +1,9 @@
+# asm-mips
+
+The files in this directory are almost direct copies from Android NDK r12, with
+the exception of changing the include guards to Breakpad ones. They are copied
+from the MIPS asm/ directory, but are meant to be used as replacements for both
+asm/ and machine/ includes since the files in each are largely duplicates.
+
+Some MIPS asm/ and all machine/ headers were removed in the move to unified NDK
+headers, so Breakpad fails to compile on newer NDK versions without these files. \ No newline at end of file