summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRégis Décamps <regisd@google.com>2014-05-29 08:00:10 +0200
committerRégis Décamps <regisd@google.com>2014-05-29 08:00:10 +0200
commit22a5f78581ba2f90f7afdfde458631c84235df7e (patch)
treefbb6fe3a2a92dac91e5c977c3b57cd5950e480d4 /tests
parent07fe9320d65d33b0d99b580eb47c5859ee7a7be6 (diff)
downloadandroid_packages_apps_UnifiedEmail-22a5f78581ba2f90f7afdfde458631c84235df7e.tar.gz
android_packages_apps_UnifiedEmail-22a5f78581ba2f90f7afdfde458631c84235df7e.tar.bz2
android_packages_apps_UnifiedEmail-22a5f78581ba2f90f7afdfde458631c84235df7e.zip
Allow the debugger to be attached on the tests.
Change-Id: I26188bdad38f0cd03a91ae55f28b2c61db73b3b8
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" />