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";
 
     /**