don't skip device info while collecting tests

Bug: 27548906
Change-Id: I71b7d61a69d0e2752e72085ace7ea5c27da1d081
diff --git a/tools/cts-tradefed/res/config/collect-tests-only.xml b/tools/cts-tradefed/res/config/collect-tests-only.xml
index ce4c5a4..9ee7d51 100644
--- a/tools/cts-tradefed/res/config/collect-tests-only.xml
+++ b/tools/cts-tradefed/res/config/collect-tests-only.xml
@@ -24,7 +24,6 @@
          information, as that would be dishonest, and dishonesty kills kittens :'( -->
     <option name="compatibility:plan" value="collect-tests-only" />
 
-    <option name="skip-device-info" value="true" />
     <option name="skip-preconditions" value="true" />
     <option name="skip-connectivity-check" value="true" />
     <option name="preparer-whitelist" value="com.android.compatibility.common.tradefed.targetprep.ApkInstaller" />