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 /android_webview | |
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 'android_webview')
-rw-r--r-- | android_webview/java/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/android_webview/java/AndroidManifest.xml b/android_webview/java/AndroidManifest.xml index 03e9908..c3db376 100644 --- a/android_webview/java/AndroidManifest.xml +++ b/android_webview/java/AndroidManifest.xml @@ -10,8 +10,7 @@ package="org.chromium.android_webview"> <application android:name="org.chromium.android_webview.test.AndroidWebViewTestRunnerApplication" - android:label="AndroidWebViewTestRunnerApplication" - android:debuggable="true"> + android:label="AndroidWebViewTestRunnerApplication"> <activity android:name="org.chromium.android_webview.test.AndroidWebViewTestRunnerActivity" android:label="AndroidWebViewTestRunnerActivity"> <intent-filter> |