README.md
1# Utility Android Lint Checks for AOSP
2
3This directory contains scripts that execute utility Android Lint Checks for AOSP, specifically:
4* `enforce_permission_counter.py`: Provides statistics regarding the percentage of annotated/not
5 annotated `AIDL` methods with `@EnforcePermission` annotations.
6* `generate-exempt-aidl-interfaces.sh`: Provides a list of all `AIDL` interfaces in the entire
7 source tree.
8
9When adding a new utility Android Lint check to this directory, consider adding any utility or
10data processing tool you might require. Make sure that your contribution is documented in this
11README file.
12