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

Unified Diff: mojo/runner/android/apk/AndroidManifest.xml

Issue 1130763004: Gets mandoline working on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: get windows working Created 5 years, 7 months 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
Index: mojo/runner/android/apk/AndroidManifest.xml
diff --git a/mojo/runner/android/apk/AndroidManifest.xml b/mojo/runner/android/apk/AndroidManifest.xml
index 0d374c94d5f22934258ebd9439b8c29e42346890..080a466d7ae14d837a6f7f36c15373cb9de3cf04 100644
--- a/mojo/runner/android/apk/AndroidManifest.xml
+++ b/mojo/runner/android/apk/AndroidManifest.xml
@@ -17,6 +17,8 @@
android:label="Mojo Shell">
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
+ <meta-data android:name="mojo_lib"
+ android:value="libmojo_runner.so" />
<activity android:name="MojoShellActivity"
android:launchMode="singleTask"
android:theme="@android:style/Theme.Holo.Light.NoActionBar"

Powered by Google App Engine
This is Rietveld 408576698