aboutsummaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-07-18 13:44:34 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-07-18 13:44:34 +0000
commit972be40f1ff23f9fddd50f14350be6fd0355fe0f (patch)
tree715a3973c8444b2688b7c15f7bcdfa0ba5d93d46 /android
parent Allow the crash generation server to be initialized with a handle instead of... (diff)
downloadbreakpad-972be40f1ff23f9fddd50f14350be6fd0355fe0f.tar.xz
Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}
R=mark at https://breakpad.appspot.com/392002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@986 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'android')
-rw-r--r--android/google_breakpad/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/google_breakpad/Android.mk b/android/google_breakpad/Android.mk
index a77e3087..ba8420b5 100644
--- a/android/google_breakpad/Android.mk
+++ b/android/google_breakpad/Android.mk
@@ -83,6 +83,7 @@ LOCAL_SRC_FILES := \
src/client/linux/minidump_writer/minidump_writer.cc \
src/client/minidump_file_writer.cc src/common/convert_UTF.c \
src/common/md5.cc src/common/string_conversion.cc \
+ src/common/linux/elfutils.cc \
src/common/linux/file_id.cc src/common/linux/guid_creator.cc \
src/common/linux/memory_mapped_file.cc \
src/common/linux/safe_readlink.cc