add platform testing annotations to all CTS test modules

This is required to properly perform Java annotation based inclusion
and exclusion rules. If the annotation class definition does not
exist in the execution environment, the rules will simply be ignored.

This change adds platform-test-annotation to all device side test
modules, and platform-test-annotation-host to all host side test
modules

Bug: 27536153
Change-Id: Ib3df44fc382de06884c16be9a070102e7ca28560
diff --git a/build/test_target_java_library.mk b/build/test_target_java_library.mk
index 525abb5..c2a93d4 100644
--- a/build/test_target_java_library.mk
+++ b/build/test_target_java_library.mk
@@ -18,6 +18,7 @@
 #
 # Disable by default so "m cts" will work in emulator builds
 LOCAL_DEX_PREOPT := false
+LOCAL_STATIC_JAVA_LIBRARIES += platform-test-annotations
 include $(BUILD_JAVA_LIBRARY)
 include $(BUILD_CTS_MODULE_TEST_CONFIG)