Start moving more tests base to test_framework

Test: unit tests
Bug: 137401530
Change-Id: I077f7b4f7175fcf8e194a5686671138a7daf992f
diff --git a/test_framework/Android.bp b/test_framework/Android.bp
index 861a678..561d9a8 100644
--- a/test_framework/Android.bp
+++ b/test_framework/Android.bp
@@ -19,7 +19,7 @@
         "com/**/*.java",
     ],
     libs: [
-        "tradefed-core",
+        "tradefed-lib-core",
     ],
 }