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
This commit is contained in:
Brian Muramatsu 2010-07-08 13:05:09 -07:00
parent 0af605f3b6
commit 36b332beca
1 changed files with 2 additions and 0 deletions

View File

@ -65,11 +65,13 @@ CTS_SECURITY_APPS_LIST := \
CTS_CASE_LIST := \
TestDeviceSetup \
CtsTestStubs \
CtsAccessibilityServiceTestCases \
CtsAccountManagerTestCases \
CtsAppTestCases \
CtsBluetoothTestCases \
CtsContentTestCases \
CtsDatabaseTestCases \
CtsDelegatingAccessibilityService \
CtsDpiTestCases \
CtsDpiTestCases2 \
CtsExampleTestCases \