android13/external/conscrypt/platform/lint.xml

13 lines
432 B
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<lint>
 <!-- OpenSSLX509Certificate overrides a method added in API 26, but it does so knowingly. -->
<issue id="Override">
<ignore path="**/org/conscrypt/OpenSSLX509Certificate.java" />
    </issue>
<!-- These won't actually be included in the platform build. -->
<issue id="Assert">
<ignore path="**/org/conscrypt/Platform.java" />
</issue>
</lint>