am de51946e: exclude media stress from PDK plan to save time and settings

* commit 'de51946e40f823056451d2ad7c01c1dd0001dc6e':
  exclude media stress from PDK plan to save time and settings
diff --git a/tools/utils/buildCts.py b/tools/utils/buildCts.py
index 6c8959c..3cb986f 100755
--- a/tools/utils/buildCts.py
+++ b/tools/utils/buildCts.py
@@ -146,7 +146,8 @@
     plan.Include('android\.bluetooth')
     plan.Include('android\.graphics.*')
     plan.Include('android\.hardware')
-    plan.Include('android\.media.*')
+    plan.Include('android\.media')
+    plan.Exclude('android\.mediastress')
     plan.Include('android\.net')
     plan.Include('android\.opengl.*')
     plan.Include('android\.renderscript')