summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2013-01-10 14:11:35 -0800
committerKeun young Park <keunyoung@google.com>2013-01-11 09:42:28 -0800
commitd93d0d1ccca8df219d9778ea8ec1a0472e46eaca (patch)
treeff73a2bdefa380e794dcae2a835e8456ac5adae6 /Android.mk
parent7cc1bd4c2d189816e6ba3f2bd4602a6fb657ec00 (diff)
downloadplatform_cts-d93d0d1ccca8df219d9778ea8ec1a0472e46eaca.tar.gz
platform_cts-d93d0d1ccca8df219d9778ea8ec1a0472e46eaca.tar.bz2
platform_cts-d93d0d1ccca8df219d9778ea8ec1a0472e46eaca.zip
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
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 4251262c24a..dbcc97b065a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,7 @@
# limitations under the License.
#
+include cts/suite/pts/PtsBenchmarkingList.mk
include cts/CtsBuild.mk
include cts/CtsCoverage.mk
include $(call all-subdir-makefiles)