Merge "Track rename of base/ to android-base/." am: 316a0dd842 am: e2a9563be1
am: 047db52851

* commit '047db5285179873e1e841b69fd6321a96b265d98':
  Track rename of base/ to android-base/.
diff --git a/transport.cpp b/transport.cpp
index d20eaff..b32c86a 100644
--- a/transport.cpp
+++ b/transport.cpp
@@ -785,9 +785,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).