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

Commit a686732e authored by Yu Shan's avatar Yu Shan Committed by Automerger Merge Worker
Browse files

Initialize mAddExtraTestVendorConfigs to false. am: fe49375b

parents 77c24644 fe49375b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ class FakeVehicleHardware : public IVehicleHardware {
    std::unordered_set<int32_t> hvacPowerDependentProps;

    const bool mForceOverride;
    bool mAddExtraTestVendorConfigs;
    bool mAddExtraTestVendorConfigs = false;

    // Only used during initialization.
    JsonConfigLoader mLoader;