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