Use truth from tradefed directly
Avoid statically linking truth from one module which might
affect others in CTS.
Test: run cts-dev -m CtsAppSecurityHostTestCases
Bug: 143927872
Change-Id: I3f30868e7b6e6b0e784d0bb88aeb1700b634c69f
diff --git a/hostsidetests/appsecurity/Android.mk b/hostsidetests/appsecurity/Android.mk
index 392ccb6..2a8c819 100644
--- a/hostsidetests/appsecurity/Android.mk
+++ b/hostsidetests/appsecurity/Android.mk
@@ -23,8 +23,6 @@
LOCAL_JAVA_LIBRARIES := cts-tradefed tradefed compatibility-host-util
-LOCAL_STATIC_JAVA_LIBRARIES := truth-prebuilt-jar
-
LOCAL_JAVA_RESOURCE_DIRS := res
LOCAL_CTS_TEST_PACKAGE := android.appsecurity