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

Unified Diff: chrome/android/testshell/java/AndroidManifest.xml

Issue 11017016: Add support for building apk in release (Closed) Base URL: http://git.chromium.org/chromium/src.git@apk_combine
Patch Set: Created 8 years, 2 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
« no previous file with comments | « build/java_apk.gypi ('k') | content/shell/android/java/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/testshell/java/AndroidManifest.xml
diff --git a/chrome/android/testshell/java/AndroidManifest.xml b/chrome/android/testshell/java/AndroidManifest.xml
index 837b1a638394a27f68c399c552d3dedb3453e3a0..5542246764c8f3ab794c8f0604fa8739c62c8063 100644
--- a/chrome/android/testshell/java/AndroidManifest.xml
+++ b/chrome/android/testshell/java/AndroidManifest.xml
@@ -13,8 +13,7 @@
android:protectionLevel="signature" />
<application android:name="org.chromium.chrome.testshell.ChromiumTestShellApplication"
- android:label="ChromiumTestShell"
- android:debuggable="true">
+ android:label="ChromiumTestShell">
<activity android:name="org.chromium.chrome.testshell.ChromiumTestShellActivity"
android:label="ChromiumTestShellActivity"
android:hardwareAccelerated="true">
« no previous file with comments | « build/java_apk.gypi ('k') | content/shell/android/java/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698