Initialize mAddExtraTestVendorConfigs to false.
If we do not init, the initial value is undefined. Test: Local run Bug: 340947823 Flag: EXEMPT bugfix Change-Id: I18a3688a446dd969545e1fc2cb5f63210c3c02cd
This commit is contained in:
parent
65c765a8a6
commit
2c83e2a799
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,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;
|
||||
|
|
Loading…
Reference in a new issue