summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRégis Décamps <regisd@google.com>2014-06-02 12:42:36 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-02 12:42:36 +0000
commit98f23012ab64d3489a08054014f0236561e79561 (patch)
tree7c643cdc2e545e0e88f17556d99164c69ad99cef /tests
parent9d51eb093271652a86dffceb356b2389de504a6a (diff)
parent887a238c6574a156585837c1dca9143b48ac2d16 (diff)
downloadandroid_packages_apps_UnifiedEmail-98f23012ab64d3489a08054014f0236561e79561.tar.gz
android_packages_apps_UnifiedEmail-98f23012ab64d3489a08054014f0236561e79561.tar.bz2
android_packages_apps_UnifiedEmail-98f23012ab64d3489a08054014f0236561e79561.zip
am 887a238c: Merge "Allow the debugger to be attached on the tests." into ub-gmail-ur13-dev
* commit '887a238c6574a156585837c1dca9143b48ac2d16': Allow the debugger to be attached on the tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index a4db0d044..0f4563d96 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -21,7 +21,7 @@
<!-- We add an application tag here just so that we can indicate that
this package needs to link against the android.test library,
which is needed when building test cases. -->
- <application>
+ <application android:debuggable="true">
<uses-library android:name="android.test.runner" />
<provider android:name="TestFileProvider" android:authorities="testfile"
android:syncable="false" android:multiprocess="false" />