Home | History | Annotate | Download | only in platform
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <lint>
      3     <!-- OpenSSLX509Certificate overrides a method added in API 26, but it does so knowingly. -->
      4     <issue id="Override">
      5         <ignore path="**/org/conscrypt/OpenSSLX509Certificate.java" />
      6 </issue>
      7 
      8     <!-- These won't actually be included in the platform build. -->
      9     <issue id="Assert">
     10         <ignore path="**/org/conscrypt/Platform.java" />
     11     </issue>
     12 </lint>
     13