diff options
Diffstat (limited to 'android')
-rw-r--r-- | android/google_breakpad/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/google_breakpad/Android.mk b/android/google_breakpad/Android.mk index bf381161..86184927 100644 --- a/android/google_breakpad/Android.mk +++ b/android/google_breakpad/Android.mk @@ -81,10 +81,10 @@ LOCAL_SRC_FILES := \ src/client/linux/minidump_writer/linux_ptrace_dumper.cc \ src/client/linux/minidump_writer/minidump_writer.cc \ src/client/minidump_file_writer.cc \ - src/common/android/breakpad_getcontext.S \ src/common/convert_UTF.cc \ src/common/md5.cc \ src/common/string_conversion.cc \ + src/common/linux/breakpad_getcontext.S \ src/common/linux/elfutils.cc \ src/common/linux/file_id.cc \ src/common/linux/guid_creator.cc \ |