tree: e98d3a68a54c9b059239d73eb032321f3a64ef23 [path history] [tgz]
  1. checks/
  2. Android.bp
  3. enforce_permission_counter.py
  4. generate-exempt-aidl-interfaces.sh
  5. README.md
tools/lint/utils/README.md

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.