forked from openkylin/platform_build
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:
parent
0af605f3b6
commit
36b332beca
|
@ -65,11 +65,13 @@ CTS_SECURITY_APPS_LIST := \
|
|||
CTS_CASE_LIST := \
|
||||
TestDeviceSetup \
|
||||
CtsTestStubs \
|
||||
CtsAccessibilityServiceTestCases \
|
||||
CtsAccountManagerTestCases \
|
||||
CtsAppTestCases \
|
||||
CtsBluetoothTestCases \
|
||||
CtsContentTestCases \
|
||||
CtsDatabaseTestCases \
|
||||
CtsDelegatingAccessibilityService \
|
||||
CtsDpiTestCases \
|
||||
CtsDpiTestCases2 \
|
||||
CtsExampleTestCases \
|
||||
|
|
Loading…
Reference in New Issue