Snap for 10393214 from 07417015d4 to udc-qpr1-release

Change-Id: Ic3776913d5ad4e388ec98a49278470f666058341
This commit is contained in:
Android Build Coastguard Worker 2023-06-27 23:02:08 +00:00
commit c84bc5ae5b

View file

@ -373,7 +373,7 @@ class HwCal : public Vibrator::HwCal, private HwCalBase {
} }
bool isRedcCompEnabled() override { bool isRedcCompEnabled() override {
bool value; bool value;
getProperty("redc.comp.enabled", &value, true); getProperty("redc.comp.enabled", &value, false);
return value; return value;
} }
void debug(int fd) override { HwCalBase::debug(fd); } void debug(int fd) override { HwCalBase::debug(fd); }