Remove redundant odrefresh test template

Bug: 208269838
Test: TH
Change-Id: I227004e667f40667a495ec5e1750f5baaca7147b
diff --git a/odrefresh/Android.bp b/odrefresh/Android.bp
index 7f79e11..395be34 100644
--- a/odrefresh/Android.bp
+++ b/odrefresh/Android.bp
@@ -210,7 +210,6 @@
         "libdexfiled",
         "libdexoptd",
     ],
-    test_config_template: "//art/test:art-gtests-target-standalone-template",
 }
 
 // Standalone version of ART gtest `art_odrefresh_tests`, not bundled with the ART APEX on target.
@@ -224,7 +223,6 @@
         "libdexfile",
         "libdexopt",
     ],
-    test_config_template: "//art/test:art-gtests-target-standalone-template",
 }
 
 genrule {