diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-02-04 18:44:02 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-02-04 18:44:02 -0500 |
| commit | 6cbfb3025e106aee702291d3462a589c7c54cdd4 (patch) | |
| tree | afde0219b12d071080a2a43252d61422eb0d93f2 /static | |
| parent | 55173df82f7dd38208836a718ad00fd2b91b5a78 (diff) | |
disable clang-tidy for OS builds by default
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index ee9fcf82..4795c929 100644 --- a/static/releases.html +++ b/static/releases.html @@ -525,6 +525,7 @@ <li>do not mark dun APN types as read-only (allows editing more carrier APNs)</li> <li>add workaround for Microsoft apps detecting that Network is revoked and crashing the app with a runtime exception due to them adding this to a library as a debugging check for development to detect the INTERNET permission not being declared (we've <a href="https://github.com/AzureAD/azure-activedirectory-library-for-android/issues/1675">asked them to fix the compatibility issue</a>)</li> <li>temporarily suppress SystemUI ANRs due to AOSP 12 screenshot service bug which triggers an ANR in SystemUI by not handling an event some time after taking a screenshot (also occurs on the stock OS and elsewhere, and the main issue is the error message since it's otherwise harmless)</li> + <li>disable running clang-tidy as part of regular builds by default since it wastes time and isn't very useful to us</li> </ul> </article> --> |
