[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_ = {};