Add v3 filepaths to baseline
After finalization, v3 will exist and get NewApi errors. Fixes: 322802379 Test: presubmits Change-Id: I526e940777a6868e5de16af7442ba5de9a43fbe7
This commit is contained in:
parent
ee6e1f9c70
commit
ed19d8e4f3
1 changed files with 18 additions and 0 deletions
|
@ -45,4 +45,22 @@
|
||||||
column="12"/>
|
column="12"/>
|
||||||
</issue>
|
</issue>
|
||||||
|
|
||||||
|
<issue
|
||||||
|
id="NewApi"
|
||||||
|
message="Call requires API level 31 (current min is 30): `android.os.Binder#markVintfStability`"
|
||||||
|
errorLine1=" this.markVintfStability();"
|
||||||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||||||
|
<location
|
||||||
|
file="out/soong/.intermediates/hardware/interfaces/wifi/hostapd/aidl/android.hardware.wifi.hostapd-V3-java-source/gen/android/hardware/wifi/hostapd/IHostapd.java"/>
|
||||||
|
</issue>
|
||||||
|
|
||||||
|
<issue
|
||||||
|
id="NewApi"
|
||||||
|
message="Call requires API level 31 (current min is 30): `android.os.Binder#markVintfStability`"
|
||||||
|
errorLine1=" this.markVintfStability();"
|
||||||
|
errorLine2=" ~~~~~~~~~~~~~~~~~~">
|
||||||
|
<location
|
||||||
|
file="out/soong/.intermediates/hardware/interfaces/wifi/hostapd/aidl/android.hardware.wifi.hostapd-V3-java-source/gen/android/hardware/wifi/hostapd/IHostapdCallback.java"/>
|
||||||
|
</issue>
|
||||||
|
|
||||||
</issues>
|
</issues>
|
Loading…
Reference in a new issue