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

Commit 919b70cd authored by Josh Gao's avatar Josh Gao Committed by Jiyong Park
Browse files

Enable the APEX support on the device side.

Test: on device
Merged-In: Ic6e237556fa059e02cf9c55d1c034947b7dfb405
Change-Id: Ic6e237556fa059e02cf9c55d1c034947b7dfb405
parent 7f5a2d3c
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.