summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authornileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-16 03:46:39 +0000
committernileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-16 03:46:39 +0000
commit5c5b0d4df9d301521787f988a7b3bedc4ba9f3c6 (patch)
tree981756e975ee455dfc8513a2b5360aea3817f277 /testing
parent574acb04aaf6cfb8156ec3ba05e62a0e5033e993 (diff)
downloadchromium_src-5c5b0d4df9d301521787f988a7b3bedc4ba9f3c6.zip
chromium_src-5c5b0d4df9d301521787f988a7b3bedc4ba9f3c6.tar.gz
chromium_src-5c5b0d4df9d301521787f988a7b3bedc4ba9f3c6.tar.bz2
Run APK tests on the android_test trybot.
Test failures are ignored for now. TBR=mark@chromium.org,tsepez@chromium.org BUG=125059 TEST= Review URL: https://chromiumcodereview.appspot.com/10387086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r--testing/android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/android/AndroidManifest.xml b/testing/android/AndroidManifest.xml
index de98aec..3678c47 100644
--- a/testing/android/AndroidManifest.xml
+++ b/testing/android/AndroidManifest.xml
@@ -10,7 +10,7 @@ found in the LICENSE file.
android:versionCode="1"
android:versionName="1.0">
- <uses-sdk android:minSdkVersion="15" />
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
<application android:label="ChromeNativeTests">
<activity android:name=".ChromeNativeTestActivity"