aboutsummaryrefslogtreecommitdiff
path: root/src/common/android/include/asm-mips/README.md
blob: b56ee60f137cfdaa19e3e1b5f3874e0151316a2c (plain)
1
2
3
4
5
6
7
8
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.