Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7122586 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

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

This reverts commit 79e1c7a7.

Internal master (where I'm reverting this) does have "cmd".
parent 29380e65
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -784,9 +784,7 @@ const FeatureSet& supported_features() {
    // 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).