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

Unified Diff: shell/android/apk/AndroidManifest.xml.jinja2

Issue 1439953002: Use debug apks for dev builds. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « shell/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/apk/AndroidManifest.xml.jinja2
diff --git a/shell/android/apk/AndroidManifest.xml.jinja2 b/shell/android/apk/AndroidManifest.xml.jinja2
index bf86632a37fb40a000ed5157504b09cfa68340cb..f930661237f310de4515c98017665983cfeb8b2e 100644
--- a/shell/android/apk/AndroidManifest.xml.jinja2
+++ b/shell/android/apk/AndroidManifest.xml.jinja2
@@ -24,7 +24,8 @@
<application android:icon="@mipmap/ic_launcher"
android:name="org.chromium.mojo.shell.MojoShellApplication"
- android:label="{{ apk_name }}">
+ android:label="{{ apk_name }}"
+ android:debuggable="{{ debuggable }}">
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
<activity android:name="org.chromium.mojo.shell.MojoShellActivity"
« no previous file with comments | « shell/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698