commit | 314bc8c0e6348ecee3f2f6411d8240d0cba5f79f | [log] [tgz] |
---|---|---|
author | Stuart Scott <stuartscott@google.com> | Fri Feb 13 17:26:21 2015 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Feb 13 17:26:26 2015 +0000 |
tree | 1367199cf62182c983a1e24758d382efb231dfdc | |
parent | 505728b35af4617c647fec742b8eaeadd4009894 [diff] | |
parent | 1c67736dfe038b51ab88b20ac41a250b50911ef3 [diff] |
Merge "Split the build of the CTS infrastructure from the tests."
diff --git a/tests/cts/hostside/app/Android.mk b/tests/cts/hostside/app/Android.mk index 29b620d..055287a 100644 --- a/tests/cts/hostside/app/Android.mk +++ b/tests/cts/hostside/app/Android.mk
@@ -29,4 +29,4 @@ LOCAL_PROGUARD_ENABLED := disabled LOCAL_DEX_PREOPT := false -include $(BUILD_PACKAGE) +include $(BUILD_CTS_SUPPORT_PACKAGE)