Index: third_party/android_crazy_linker/src/src/crazy_linker_library_list.h |
diff --git a/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h b/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h |
index 0e319fedea650b5e32688ea1b15300eb9ecff804..c788988ec7f642d63136378f153fa62ee7dc10eb 100644 |
--- a/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h |
+++ b/third_party/android_crazy_linker/src/src/crazy_linker_library_list.h |
@@ -70,6 +70,7 @@ class LibraryList { |
off_t file_offset, |
SearchPathList* search_path_list, |
bool no_map_exec_support_fallback_enabled, |
+ bool is_dependency_or_preload, |
Error* error); |
// Return the full path of |lib_name| in the zip file |
@@ -92,6 +93,7 @@ class LibraryList { |
uintptr_t load_address, |
SearchPathList* search_path_list, |
bool no_map_exec_support_fallback_enabled, |
+ bool is_dependency_or_preload, |
Error* error); |
// Unload a given shared library. This really decrements the library's |