Chromium Code Reviews| Index: runtime/bin/platform_android.cc |
| diff --git a/runtime/bin/platform_android.cc b/runtime/bin/platform_android.cc |
| index 1f29b21d0c50f7e185f7ce43777f92e76135b008..f713c9aab0df6f7b62fc3bfb31d1047fe776dcd8 100644 |
| --- a/runtime/bin/platform_android.cc |
| +++ b/runtime/bin/platform_android.cc |
| @@ -47,6 +47,11 @@ const char* Platform::OperatingSystem() { |
| } |
| +const char* Platform::LibraryPrefix() { |
| + return "lib"; |
| +} |
| + |
| + |
| const char* Platform::LibraryExtension() { |
| return "so"; |
| } |