[RESTRICT AUTOMERGE] Skip Bluetooth LE Secure Client Test on Automotive

According to automotive requirements, only Bluetoooth 4.1 is required if
launch version was before Android 11, but the Bluetooth LE Secure Client
Test requires Bluetooth 4.2. Ideally, the test should check for 'LL
Privacy' in Bluetooth LE Local Supported Features and only skip if it's
false. However in Android 11, this information is not test-visible and
it's no longer possible to introduce API changes, so the only
alternative for automotive devices is to skip the test if launch version
is before Android 11.

This fix was originally intended only for Android 10, but turned out
to be necessary for Android 11 as well, because the required API did
not make it into that release either.

Bug: 167822281
Bug: 206988461

Change-Id: I6b1371c3556e2adb7fe3dc30d9a13203d153ff4c
(cherry picked from commit a32d7c50c5d2cffb54527f7259ad73af37b76ea1)
1 file changed