From 793817baa1455c410311d79ef6f44cac1c26be9f Mon Sep 17 00:00:00 2001 From: Phil Dubach Date: Mon, 24 Aug 2009 14:18:15 -0700 Subject: [PATCH] CTS: Add missing make dependencies for application security tests Change-Id: I4d069b18b0da5f49ca9bb377d04732b8222ac137 --- core/tasks/cts.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk index 2514e64134..b45729d96f 100644 --- a/core/tasks/cts.mk +++ b/core/tasks/cts.mk @@ -237,7 +237,7 @@ $(CORE_VM_TEST_DESC): vm-tests $(HOST_OUT_JAVA_LIBRARIES)/descGen.jar $(CORE_INT # Move app security host-side tests to the repository APP_SECURITY_LIB := $(cts_dir)/$(cts_name)/repository/testcases/CtsAppSecurityTests.jar -$(APP_SECURITY_LIB): +$(APP_SECURITY_LIB): $(HOST_OUT_JAVA_LIBRARIES)/CtsAppSecurityTests.jar $(cts_dir)/all_cts_files_stamp $(ACP) $(ACP) -fv $(HOST_OUT_JAVA_LIBRARIES)/CtsAppSecurityTests.jar $(APP_SECURITY_LIB) # Generate the default test plan for User.