No Streaming test plamn. Use: run cts --plan CTS-No-Media-Stream
	modified:   tools/utils/buildCts.py

Change-Id: Ia8306dc339ea7558904750f46c14397300efd7a2
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')