Merge "AOSP master doesn\'t have "cmd"." am: 54b5e85373 am: b31710e7d4
am: 8f9c7c33c5
* commit '8f9c7c33c5ae96719500cb4ae525d3dfd0d1e798':
AOSP master doesn't have "cmd".
diff --git a/adb/transport.cpp b/adb/transport.cpp
index ad607e9..9d50854 100644
--- a/adb/transport.cpp
+++ b/adb/transport.cpp
@@ -784,7 +784,9 @@
// Local static allocation to avoid global non-POD variables.
static const FeatureSet* features = new FeatureSet{
kFeatureShell2,
- kFeatureCmd
+ // Internal master has 'cmd'. AOSP master doesn't.
+ // 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).