commit | 9931469acee790239068b71832bb8bb674e53adb | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Tue Jun 01 14:09:09 2021 -0600 |
committer | Jeff Sharkey <jsharkey@android.com> | Tue Jun 01 14:09:09 2021 -0600 |
tree | 909bc5b424e0cd6f6dcef73774590ed82e737430 | |
parent | 2833a1d971cbe433d7269bd2bc7efb0ce63e548e [diff] |
Update lint baseline suppression for API 31. Bug: 171506470 Test: Build Change-Id: I3dda25bf4e15513541827134b0c428f9e64aa6c0
diff --git a/common/device-side/bedstead/nene/lint-baseline.xml b/common/device-side/bedstead/nene/lint-baseline.xml index 6fe256f..65f6f99 100644 --- a/common/device-side/bedstead/nene/lint-baseline.xml +++ b/common/device-side/bedstead/nene/lint-baseline.xml
@@ -3,7 +3,7 @@ <issue id="NewApi" - message="Call requires API level 10000 (current min is 27): `AdbUserParser31`" + message="Call requires API level 31 (current min is 27): `AdbUserParser31`" errorLine1=" return new AdbUserParser31(testApis);" errorLine2=" ~~~~~~~~~~~~~~~~~~~"> <location