Add CtsEdiHostTestCases to cts-instant build

To collect edi info.

Test: make cts-instant
Bug: 112329357
Change-Id: If36ca0c21e2ba6ceed497251bf45b59def9b42ec
diff --git a/hostsidetests/edi/Android.mk b/hostsidetests/edi/Android.mk
index c3b07ec..5c0d000 100644
--- a/hostsidetests/edi/Android.mk
+++ b/hostsidetests/edi/Android.mk
@@ -21,7 +21,7 @@
 LOCAL_MODULE_TAGS := tests
 
 # tag this module as a cts test artifact
-LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
+LOCAL_COMPATIBILITY_SUITE := cts vts general-tests cts-instant
 
 LOCAL_MODULE := CtsEdiHostTestCases
 
@@ -29,4 +29,4 @@
 
 include $(BUILD_HOST_JAVA_LIBRARY)
 
-include $(call all-makefiles-under,$(LOCAL_PATH))
\ No newline at end of file
+include $(call all-makefiles-under,$(LOCAL_PATH))