Merge "add pts to PDK plan" into jb-mr2-dev
diff --git a/tools/utils/buildCts.py b/tools/utils/buildCts.py
index 2eda363..6c8959c 100755
--- a/tools/utils/buildCts.py
+++ b/tools/utils/buildCts.py
@@ -152,6 +152,8 @@
     plan.Include('android\.renderscript')
     plan.Include('android\.telephony')
     plan.Include('android\.nativemedia.*')
+    plan.Include('com\.android\.pts\..*')
+    plan.Exclude('com\.android\.pts\.bootup')
     self.__WritePlan(plan, 'PDK')
 
 def LogGenerateDescription(name):