From 4a02ec03038d9d6f870f42d5070591512f488db0 Mon Sep 17 00:00:00 2001 From: bsheedy Date: Wed, 3 Jan 2018 13:20:08 -0800 Subject: 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 --- src/common/android/include/asm-mips/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/common/android/include/asm-mips/README.md (limited to 'src/common/android/include/asm-mips/README.md') 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 -- cgit v1.2.1