Fix cts_testcase_config rule.

Bug: 21997856
Change-Id: I63af363f215a48430ca98e4968f9d37f40dea52e
This commit is contained in:
Ying Wang 2015-06-23 10:15:00 -07:00
parent 61749e2dbc
commit f642334f36
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ cts_testcase_config :=
android_test_xml := $(wildcard $(LOCAL_PATH)/AndroidTest.xml)
ifdef android_test_xml
cts_testcase_config := $(COMPATIBILITY_TESTCASES_OUT_$(LOCAL_COMPATIBILITY_SUITE))/$(LOCAL_MODULE).config
$(cts_testcase_config) : $(android_test_xml)
$(cts_testcase_config) : $(android_test_xml) | $(ACP)
$(copy-file-to-new-target)
endif