diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-07-14 11:29:08 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-07-14 11:29:08 -0700 |
commit | 07523a191de568aba9753d4d12d1fe392feea497 (patch) | |
tree | 4cca69b764e333e199872d4d6cfffb9100de34d5 /core/tasks | |
parent | a9b02f0bfeba5b3df1d6e74e7a695c5d357f2a13 (diff) | |
parent | a0cb466645ccc88d4f6d1f83018d5a0daf2eec6a (diff) | |
download | build-07523a191de568aba9753d4d12d1fe392feea497.zip build-07523a191de568aba9753d4d12d1fe392feea497.tar.gz build-07523a191de568aba9753d4d12d1fe392feea497.tar.bz2 |
am a0cb4666: Merge "merge from open-source froyo" into froyo
Merge commit 'a0cb466645ccc88d4f6d1f83018d5a0daf2eec6a' into gingerbread
* commit 'a0cb466645ccc88d4f6d1f83018d5a0daf2eec6a':
Build Accessibility Tests and APK
Diffstat (limited to 'core/tasks')
-rw-r--r-- | core/tasks/cts.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk index 917c5dc..8f60d94 100644 --- a/core/tasks/cts.mk +++ b/core/tasks/cts.mk @@ -65,11 +65,13 @@ CTS_SECURITY_APPS_LIST := \ CTS_CASE_LIST := \ TestDeviceSetup \ CtsTestStubs \ + CtsAccessibilityServiceTestCases \ CtsAccountManagerTestCases \ CtsAppTestCases \ CtsBluetoothTestCases \ CtsContentTestCases \ CtsDatabaseTestCases \ + CtsDelegatingAccessibilityService \ CtsDpiTestCases \ CtsDpiTestCases2 \ CtsExampleTestCases \ |