Get Breakpad Building For Me(tm) against android-10

This commit is contained in:
Aaron Culliney 2015-09-27 15:05:01 -07:00
parent 7f32e14a6e
commit dc4f2a27f8
2 changed files with 3 additions and 2 deletions

View File

@ -434,6 +434,9 @@ void LinuxDumper::ParseLoadedElfProgramHeaders(ElfW(Ehdr)* ehdr,
size_t* dyn_count_ptr) {
uintptr_t phdr_addr = start_addr + ehdr->e_phoff;
#ifndef UINTPTR_MAX
# define UINTPTR_MAX UINT_MAX
#endif
const uintptr_t max_addr = UINTPTR_MAX;
uintptr_t min_vaddr = max_addr;
uintptr_t dyn_vaddr = 0;

View File

@ -43,7 +43,6 @@
extern "C" {
#endif // __cplusplus
#if ANDROID_NDK_HEADERS_ARE_STILL_NOT_CORRECT
struct r_debug {
int r_version;
struct link_map* r_map;
@ -62,7 +61,6 @@ struct link_map {
struct link_map* l_next;
struct link_map* l_prev;
};
#endif
#ifdef __cplusplus
} // extern "C"