commit | edae98e6b8de96f25cfab45eba94c646dc793078 | [log] [tgz] |
---|---|---|
author | Daniel Xie <dxie@google.com> | Wed Jun 22 13:51:45 2016 -0700 |
committer | Daniel Xie <dxie@google.com> | Wed Jun 22 13:51:45 2016 -0700 |
tree | bb68621a0ce6f24a9731ca73b7207b0a6ab561b6 | |
parent | 246bf118b244b74d9dca514d3fa0eef9e92200ea [diff] |
DO NOT MERGE: CTS to 201608s Change-Id: I5967486ed6d3e1167f41d0d0a2a5bfde1a0d78a4
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 30824bc..a5a6c66 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 @@ @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_r201607s"; + public static final String CTS_BUILD_VERSION = "6.0_r201608s"; public static final String CTS_PACKAGE = "com.android.cts.tradefed.testtype"; /**