# platform-compat **Repository Path**: mirrors_android_googlesource/platform-compat ## Basic Information - **Project Name**: platform-compat - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Platform compat tools Tools for Android App Compat (go/android-compat). ## What's in here? ``` ├── build # python helper scripts for build ├── java # All Java source files; directories follow corresponding java packages │   └── android │   ├── compat │   │   └── annotation # Annotations used for go/compat-framework and go/unsupportedappusage │   └── processor │   └── compat # Java annotation processors for annotations defined in src/ │   ├── changeid # Creates compat_config xml files from @ChangeId constants │   └── unsupportedappusage # Creates csv files with source positions for @UnsupportedAppUsage elements └── javatest # Tests for source files defined under java/ ```