commit | ad182dc60414c24a16294962361d7d23870f158d | [log] [tgz] |
---|---|---|
author | Rahul Arya <aryarahul@google.com> | Wed Mar 29 00:28:14 2023 +0000 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@system.gserviceaccount.com> | Thu Mar 30 04:42:01 2023 +0000 |
tree | d7b2b2c65e8af3a47b9e956b4934ac36bf9cece3 | |
parent | 14a8fa524bf25203c632779f1e3ece93e3694968 [diff] |
[RootCanal] Disable READ_DEFAULT_ERRONEOUS_DATA_REPORTING on old rootcanal It's not supported here, breaking GSI tests. Bug: b/275596201 Test: presubmit (cherry picked from https://android-review.googlesource.com/q/commit:54cf6c666a6915befbd4fc0af8dcc8c3b027e549) Merged-In: Idaf41bdaf05720879912bc6f092d75503f0fdcf3 Change-Id: Idaf41bdaf05720879912bc6f092d75503f0fdcf3
diff --git a/vendor_libs/test_vendor_lib/model/devices/device_properties.cc b/vendor_libs/test_vendor_lib/model/devices/device_properties.cc index 503ad45..38fcd76 100644 --- a/vendor_libs/test_vendor_lib/model/devices/device_properties.cc +++ b/vendor_libs/test_vendor_lib/model/devices/device_properties.cc
@@ -70,6 +70,8 @@ // Use SetSupportedComands() to change what's supported. for (int i = 35; i < 64; i++) supported_commands_[i] = 0x00; + supported_commands_[18] &= ~(1 << 2); + le_supported_features_ = 0x1f; le_supported_states_ = 0x3ffffffffff; le_vendor_cap_ = {};