Files
rk35xx-android14/external/conscrypt/platform/lint.xml
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

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>