Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(609)

Unified Diff: testing/android/AndroidManifest.xml

Issue 10387086: Run APK tests on the android_test trybot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated SDK on bots. Ready for review. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/android/AndroidManifest.xml
diff --git a/testing/android/AndroidManifest.xml b/testing/android/AndroidManifest.xml
index de98aec108d88c57a25173699160e15b87f69246..3678c4776ef3c23b704b59a6f807e4f028479764 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" />
Yaron 2012/05/15 01:57:38 I thought we use 15 elsewhere (i.e. ant build file
nilesh 2012/05/15 02:29:18 No, 15 wont install on some devices.
John Grabowski 2012/05/15 22:24:39 Which devices? I agree with Yaron; I thought we we
nilesh 2012/05/15 22:59:25 ICS devices. 15 will work ICE_CREAM_SANDWICH_MR1 o
+ <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
<application android:label="ChromeNativeTests">
<activity android:name=".ChromeNativeTestActivity"

Powered by Google App Engine
This is Rietveld 408576698