diff options
author | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-09 20:17:56 +0000 |
---|---|---|
committer | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-09 20:17:56 +0000 |
commit | 87529664253b6628bc53c2274628ca6b002f88c2 (patch) | |
tree | 060c2c46864d52092f07b6c8f2041adcb0b3de98 /content/shell/android | |
parent | 5c96d9dadfb0ad24f68cbbb217095f8f20e34cf4 (diff) | |
download | chromium_src-87529664253b6628bc53c2274628ca6b002f88c2.zip chromium_src-87529664253b6628bc53c2274628ca6b002f88c2.tar.gz chromium_src-87529664253b6628bc53c2274628ca6b002f88c2.tar.bz2 |
Add support for building apk in release
Until now, even in a Release configuration, apks were built in debug.
Now, they will be built in the correct configuration.
BUG=
TBR=torne
Review URL: https://chromiumcodereview.appspot.com/11017016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160913 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/android')
-rw-r--r-- | content/shell/android/java/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/shell/android/java/AndroidManifest.xml b/content/shell/android/java/AndroidManifest.xml index 26c22b8..c957dcd 100644 --- a/content/shell/android/java/AndroidManifest.xml +++ b/content/shell/android/java/AndroidManifest.xml @@ -13,8 +13,7 @@ android:protectionLevel="signature" /> <application android:name="ContentShellApplication" - android:label="ContentShell" - android:debuggable="true"> + android:label="ContentShell"> <activity android:name="ContentShellActivity" android:launchMode="singleTask" android:theme="@android:style/Theme.Holo.Light.NoActionBar" |