Initialize mAddExtraTestVendorConfigs to false. am: fe49375ba9
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3093715 Change-Id: I4cd086e6654b12229f113d1c16e7647592c766cd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a686732e8b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue