| 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 6539b8056a8af9b8c4868d343da67fcc921f2485..975edd3b1ba0e5b9994516d0ae962d3809c05cd5 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
|
| @@ -71,6 +71,10 @@ class LibraryList {
|
| SearchPathList* search_path_list,
|
| Error* error);
|
|
|
| + // Return the full filename of |lib_name| in the zip file
|
| + // (lib/<abi>/crazy.<lib_name>).
|
| + static String GetLibraryFilenameInZipFile(const char* lib_name);
|
| +
|
| // Find the location of a library in the zip file. If the name of the library
|
| // is too long, an error occurs during the search or the library is not
|
| // page aligned in the zip file, CRAZY_OFFSET_FAILED is returned. Otherwise,
|
|
|