summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJerry Xie <jjx@google.com>2014-07-02 16:39:53 -0700
committerJerry Xie <jjx@google.com>2014-07-02 16:39:53 -0700
commitff131fbc448581c5645f37dde6a3453aa380dc30 (patch)
tree16e78324cce32d34f5cf9aa196735b8fb9f9e6ad /tests
parent679a2bab428e75697c4453105ad4f535aac3285f (diff)
downloadandroid_packages_apps_UnifiedEmail-ff131fbc448581c5645f37dde6a3453aa380dc30.tar.gz
android_packages_apps_UnifiedEmail-ff131fbc448581c5645f37dde6a3453aa380dc30.tar.bz2
android_packages_apps_UnifiedEmail-ff131fbc448581c5645f37dde6a3453aa380dc30.zip
Add uses-sdk to UnifiedEmailTests
b/15937269 Change-Id: Ic4d1ecd9c0a1f598c9ee677a940033788f4d462e
Diffstat (limited to 'tests')
-rw-r--r--tests/AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 0f4563d96..14004423f 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -18,6 +18,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.mail.emailtests">
+ <uses-sdk android:targetSdkVersion="19" android:minSdkVersion="14" />
+
<!-- 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. -->