merge PTS into CTS package

- pts still have its own package list : PtsBenchmarkingList
- except that all others are relying on CTS
- CTS plan now includes PTS
- SDK plan corresponds to the old CTS (no PTS)
- No more distinction of PTS / CTS mode in several places

Change-Id: Ifb2245880a92e0d37a57591f41cdb840010e36a4
diff --git a/suite/pts/hostTests/browser/browserlauncher/Android.mk b/suite/pts/hostTests/browser/browserlauncher/Android.mk
index 0592017..02f1092 100644
--- a/suite/pts/hostTests/browser/browserlauncher/Android.mk
+++ b/suite/pts/hostTests/browser/browserlauncher/Android.mk
@@ -28,6 +28,6 @@
 
 LOCAL_SDK_VERSION := 16
 
-include $(BUILD_PTS_PACKAGE)
+include $(BUILD_CTS_PACKAGE)
 
 include $(call all-makefiles-under,$(LOCAL_PATH))