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

This commit is contained in:
Elliott Hughes 2015-11-07 17:05:12 +00:00 committed by Gerrit Code Review
commit 54b5e85373
1 changed files with 3 additions and 1 deletions

View File

@ -784,7 +784,9 @@ const FeatureSet& supported_features() {
// 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).