Fix cts_testcase_config rule.
Bug: 21997856 Change-Id: I63af363f215a48430ca98e4968f9d37f40dea52e
This commit is contained in:
parent
61749e2dbc
commit
f642334f36
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue