summaryrefslogtreecommitdiffstats
path: root/tools/tradefed-host/src/com/android/cts/tradefed/build/CtsBuildProvider.java
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tradefed-host/src/com/android/cts/tradefed/build/CtsBuildProvider.java')
-rw-r--r--tools/tradefed-host/src/com/android/cts/tradefed/build/CtsBuildProvider.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tradefed-host/src/com/android/cts/tradefed/build/CtsBuildProvider.java b/tools/tradefed-host/src/com/android/cts/tradefed/build/CtsBuildProvider.java
index b60d390be3d..19ea96d87bd 100644
--- a/tools/tradefed-host/src/com/android/cts/tradefed/build/CtsBuildProvider.java
+++ b/tools/tradefed-host/src/com/android/cts/tradefed/build/CtsBuildProvider.java
@@ -31,7 +31,7 @@ public class CtsBuildProvider implements IBuildProvider {
@Option(name="cts-install-path", description="the path to the cts installation to use")
private String mCtsRootDirPath = System.getProperty("CTS_ROOT");
- public static final String CTS_BUILD_VERSION = "6.0_r30";
+ public static final String CTS_BUILD_VERSION = "6.0_r31";
public static final String CTS_PACKAGE = "com.android.cts.tradefed.testtype";
/**