Revert "AOSP master doesn't have "cmd"."

This reverts commit 79e1c7a7f8a6caf8fe77c6fa1ef46b3ddac9fb99.

Internal master (where I'm reverting this) does have "cmd".
diff --git a/adb/transport.cpp b/adb/transport.cpp
index 9d50854..ad607e9 100644
--- a/adb/transport.cpp
+++ b/adb/transport.cpp
@@ -784,9 +784,7 @@
     // Local static allocation to avoid global non-POD variables.
     static const FeatureSet* features = new FeatureSet{
         kFeatureShell2,
-        // Internal master has 'cmd'. AOSP master doesn't.
-        // kFeatureCmd
-
+        kFeatureCmd
         // Increment ADB_SERVER_VERSION whenever the feature list changes to
         // make sure that the adb client and server features stay in sync
         // (http://b/24370690).