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

Commit 239245fe authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Enable the APEX support on the device side."

parents a7f54b15 919b70cd
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -1009,10 +1009,7 @@ size_t atransport::get_max_payload() const {
const FeatureSet& supported_features() {
    // Local static allocation to avoid global non-POD variables.
    static const FeatureSet* features = new FeatureSet{
        kFeatureShell2, kFeatureCmd, kFeatureStat2, kFeatureFixedPushMkdir,
#if ADB_HOST
                kFeatureApex
#endif
            kFeatureShell2, kFeatureCmd, kFeatureStat2, kFeatureFixedPushMkdir, kFeatureApex
            // Increment ADB_SERVER_VERSION when adding a feature that adbd needs
            // to know about. Otherwise, the client can be stuck running an old
            // version of the server even after upgrading their copy of adb.