summaryrefslogtreecommitdiff
path: root/tools/lint/utils/README.md
blob: b5583c54b25cd2d1c57c593642a75ba09f61bfb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Utility Android Lint Checks for AOSP

This directory contains scripts that execute utility Android Lint Checks for AOSP, specifically:
* `enforce_permission_counter.py`: Provides statistics regarding the percentage of annotated/not
  annotated `AIDL` methods with `@EnforcePermission` annotations.
* `generate-exempt-aidl-interfaces.sh`: Provides a list of all `AIDL` interfaces in the entire
  source tree.

When adding a new utility Android Lint check to this directory, consider adding any utility or
data processing tool you might require. Make sure that your contribution is documented in this
README file.