Stop using loganalysis-tests inside TF

We can do the validation externally to TF

Test: presubmit
Bug: 183427313
Change-Id: Ib1a43bf6994aa8ec4a99702070e8e260559cc7e9
diff --git a/tests/res/config/tf/unit-runner-tests.xml b/tests/res/config/tf/unit-runner-tests.xml
index 75c86cf..5f0838a 100644
--- a/tests/res/config/tf/unit-runner-tests.xml
+++ b/tests/res/config/tf/unit-runner-tests.xml
@@ -16,7 +16,6 @@
 <configuration description="Executes the TF unit tests">
     <!-- Use HostTest runner to have JUnit3 and JUnit4 Suite support -->
     <test class="com.android.tradefed.testtype.HostTest" >
-        <option name="class" value="com.android.loganalysis.UnitTests" />
         <option name="class" value="com.android.tradefed.UnitTests" />
         <option name="class" value="com.android.tradefed.prodtests.UnitTests" />
     </test>