Add cts-tradefed and compatibility-host-util to general-tests

Hostside tests will require these jars at runtime so include them
in the tf jar runpath.

Bug: 37646468
Test: make cts-tradefed compatibility-host-util

Change-Id: I6e9772dc33f4a42db7458c164abcdaea5eae0954
diff --git a/common/host-side/util/Android.mk b/common/host-side/util/Android.mk
index 23626bd..77a5b5d 100644
--- a/common/host-side/util/Android.mk
+++ b/common/host-side/util/Android.mk
@@ -20,6 +20,8 @@
 
 LOCAL_STATIC_JAVA_LIBRARIES := compatibility-common-util-hostsidelib jsonlib
 
+LOCAL_COMPATIBILITY_SUITE := general-tests
+
 LOCAL_JAVA_LIBRARIES := json-prebuilt tradefed
 
 LOCAL_MODULE := compatibility-host-util
diff --git a/tools/cts-tradefed/Android.mk b/tools/cts-tradefed/Android.mk
index 179cd0a..a539e5b 100644
--- a/tools/cts-tradefed/Android.mk
+++ b/tools/cts-tradefed/Android.mk
@@ -28,6 +28,7 @@
 LOCAL_SUITE_VERSION := 8.0_r1
 
 LOCAL_MODULE := cts-tradefed
+LOCAL_COMPATIBILITY_SUITE := general-tests
 include cts/error_prone_rules.mk
 include $(BUILD_COMPATIBILITY_SUITE)