Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(74)

Unified Diff: android/google_breakpad/Android.mk

Issue 426002: Remove some linux libc calls from client library (take2) (Closed) Base URL: https://google-breakpad.googlecode.com/svn/trunk
Patch Set: Created 12 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile.in ('k') | src/client/linux/minidump_writer/directory_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android/google_breakpad/Android.mk
diff --git a/android/google_breakpad/Android.mk b/android/google_breakpad/Android.mk
index ba8420b5d64c6323538a993b13f8f2e7782106c3..81aeb114f8566a1c62df1beca1840ea0feb14850 100644
--- a/android/google_breakpad/Android.mk
+++ b/android/google_breakpad/Android.mk
@@ -81,10 +81,13 @@ LOCAL_SRC_FILES := \
src/client/linux/minidump_writer/linux_dumper.cc \
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/convert_UTF.c \
+ 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/file_id.cc \
+ src/common/linux/guid_creator.cc \
+ src/common/linux/linux_libc_support.cc \
src/common/linux/memory_mapped_file.cc \
src/common/linux/safe_readlink.cc
« no previous file with comments | « Makefile.in ('k') | src/client/linux/minidump_writer/directory_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted