diff options
Diffstat (limited to 'externals/breakpad/src/common/android/include/asm-mips/README.md')
-rw-r--r-- | externals/breakpad/src/common/android/include/asm-mips/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/externals/breakpad/src/common/android/include/asm-mips/README.md b/externals/breakpad/src/common/android/include/asm-mips/README.md new file mode 100644 index 0000000000..b56ee60f13 --- /dev/null +++ b/externals/breakpad/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 |