Yahav Nussbaum | f1a5918 | 2024-02-15 16:20:48 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01"> |
| 3 | |
| 4 | <issue |
| 5 | id="NewApi" |
| 6 | message="Call requires API level 33 (current min is 30): `android.os.Parcel#writeFixedArray`" |
| 7 | errorLine1=" _aidl_parcel.writeFixedArray(bytes, _aidl_flag, 20);" |
| 8 | errorLine2=" ~~~~~~~~~~~~~~~"> |
| 9 | <location |
| 10 | file="out/soong/.intermediates/hardware/interfaces/bluetooth/finder/aidl/android.hardware.bluetooth.finder-V1-java-source/gen/android/hardware/bluetooth/finder/Eid.java" |
| 11 | line="28" |
| 12 | column="18"/> |
| 13 | </issue> |
| 14 | |
| 15 | <issue |
| 16 | id="NewApi" |
| 17 | message="Call requires API level 33 (current min is 30): `android.os.Parcel#createFixedArray`" |
| 18 | errorLine1=" bytes = _aidl_parcel.createFixedArray(byte[].class, 20);" |
| 19 | errorLine2=" ~~~~~~~~~~~~~~~~"> |
| 20 | <location |
| 21 | file="out/soong/.intermediates/hardware/interfaces/bluetooth/finder/aidl/android.hardware.bluetooth.finder-V1-java-source/gen/android/hardware/bluetooth/finder/Eid.java" |
| 22 | line="41" |
| 23 | column="28"/> |
| 24 | </issue> |
| 25 | |
| 26 | <issue |
| 27 | id="NewApi" |
| 28 | message="Call requires API level 31 (current min is 30): `android.os.Binder#markVintfStability`" |
| 29 | errorLine1=" this.markVintfStability();" |
| 30 | errorLine2=" ~~~~~~~~~~~~~~~~~~"> |
| 31 | <location |
| 32 | file="out/soong/.intermediates/hardware/interfaces/bluetooth/finder/aidl/android.hardware.bluetooth.finder-V1-java-source/gen/android/hardware/bluetooth/finder/IBluetoothFinder.java" |
| 33 | line="67" |
| 34 | column="12"/> |
| 35 | </issue> |
| 36 | |
| 37 | </issues> |