am 6fde6611: Merge "No Streaming test plamn. Use: run cts --plan CTS-No-Media-Stream 	modified:   tools/utils/buildCts.py" into jb-mr2-dev

* commit '6fde66113ca453bd79ce3dbc779bd3eabf478242':
  No Streaming test plamn. Use: run cts --plan CTS-No-Media-Stream 	modified:   tools/utils/buildCts.py
diff --git a/tools/utils/buildCts.py b/tools/utils/buildCts.py
index ad14471..e77f50c 100755
--- a/tools/utils/buildCts.py
+++ b/tools/utils/buildCts.py
@@ -108,6 +108,12 @@
 
     plan = tools.TestPlan(packages)
     plan.Exclude('android\.performance.*')
+    plan.Exclude('android\.media\.cts\.StreamingMediaPlayerTest.*')
+    # Test plan to not include media streaming tests
+    self.__WritePlan(plan, 'CTS-No-Media-Stream')
+
+    plan = tools.TestPlan(packages)
+    plan.Exclude('android\.performance.*')
     self.__WritePlan(plan, 'SDK')
 
     plan.Exclude(r'android\.tests\.sigtest')