From 36b332beca58f4bc350d820fe0a3a7bb13899028 Mon Sep 17 00:00:00 2001 From: Brian Muramatsu Date: Thu, 8 Jul 2010 13:05:09 -0700 Subject: [PATCH] Build Accessibility Tests and APK Bug 2814482 Froyo's cts.mk was missing two lines added to Eclair's cts.mk that are needed to build the accessibility tests and apk. Change-Id: I05f93bc0a56b2ec1e07eab8c7a15ef7d4bb90d18 --- core/tasks/cts.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk index 917c5dc087..8f60d942fe 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 \