AOSP master doesn't have "cmd".
Change-Id: I0f524b779a623a9e2db923fd9003b102460ae46f
This commit is contained in:
parent
ae2a64e2ba
commit
79e1c7a7f8
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue