Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1239)

Unified Diff: mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/LibraryLoader.java

Issue 107473002: Make Mojo work on Android again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/LibraryLoader.java
diff --git a/mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/LibraryLoader.java b/mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/LibraryLoader.java
index 940776ba76f2626c5925e63f5fd0f54e46e31766..93d4c0b1b35010c3d052597154f0fa7c39077f94 100644
--- a/mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/LibraryLoader.java
+++ b/mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/LibraryLoader.java
@@ -14,7 +14,7 @@ public class LibraryLoader {
if (sInitialized)
return;
sInitialized = true;
- System.loadLibrary("mojo_shell.cr");
+ System.loadLibrary("mojo_shell");
Log.i(TAG, "libmojo_shell initialization success.");
}
}
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698