| 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 9759a77a6e50b9b9bfd3dfa8e2e91bcc339e9235..0a10001dc892c2dfe4bf83c446aebf78b16a9526 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 pathname of the library in the zip file:
|
| + // "lib/<abi>/crazy.<lib_name>"
|
| + static String LibraryFilenameInZipFile(const char* lib_name);
|
| +
|
| // Try to load a library from its location in the zip file.
|
| // On failure, returns NULL and sets the |error| message.
|
| LibraryView* LoadLibraryInZipFile(const char* zip_file_path,
|
|
|