diff options
Diffstat (limited to 'android')
-rw-r--r-- | android/google_breakpad/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/google_breakpad/Android.mk b/android/google_breakpad/Android.mk index 74625eb5..20a3f4f1 100644 --- a/android/google_breakpad/Android.mk +++ b/android/google_breakpad/Android.mk @@ -82,7 +82,7 @@ LOCAL_SRC_FILES := \ src/client/linux/minidump_writer/minidump_writer.cc \ src/client/minidump_file_writer.cc \ src/common/android/breakpad_getcontext.S \ - src/common/convert_UTF.c \ + src/common/convert_UTF.cc \ src/common/md5.cc \ src/common/string_conversion.cc \ src/common/linux/elfutils.cc \ @@ -100,4 +100,4 @@ LOCAL_EXPORT_LDLIBS := -llog include $(BUILD_STATIC_LIBRARY) -# Done.
\ No newline at end of file +# Done. |