From 1c67736dfe038b51ab88b20ac41a250b50911ef3 Mon Sep 17 00:00:00 2001 From: Stuart Scott Date: Wed, 4 Feb 2015 10:37:07 -0800 Subject: [PATCH] Split the build of the CTS infrastructure from the tests. This allows developers to build the test packages individually without needing to build the entire CTS release. Add new build target for support packages bug: 18945639 Change-Id: I60b79797b2d254b96aa98f88cfd5b19d195ea982 --- tests/cts/hostside/app/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cts/hostside/app/Android.mk b/tests/cts/hostside/app/Android.mk index 29b620d2c3..055287a733 100644 --- a/tests/cts/hostside/app/Android.mk +++ b/tests/cts/hostside/app/Android.mk @@ -29,4 +29,4 @@ LOCAL_PACKAGE_NAME := CtsHostsideNetworkTestsApp LOCAL_PROGUARD_ENABLED := disabled LOCAL_DEX_PREOPT := false -include $(BUILD_PACKAGE) +include $(BUILD_CTS_SUPPORT_PACKAGE)