Name Date Size #Lines LOC

..--

checks/src/H25-Apr-2025-519370

Android.bpH A D25-Apr-20251.6 KiB5247

README.mdH A D25-Apr-2025614 129

enforce_permission_counter.pyH A D25-Apr-20252.3 KiB6434

generate-exempt-aidl-interfaces.shH A D25-Apr-20252.8 KiB6018

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