mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-23 11:31:41 +00:00
Get Breakpad Building For Me(tm) against android-10
This commit is contained in:
parent
7f32e14a6e
commit
dc4f2a27f8
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user