Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
approved/ | 04-Jul-2025 | - | 104 | 88 | ||
src/com/android/cts/backportedfixes/ | 04-Jul-2025 | - | 513 | 232 | ||
tests/com/android/cts/backportedfixes/bitset/ | 04-Jul-2025 | - | 46 | 23 | ||
Android.bp | D | 04-Jul-2025 | 3.8 KiB | 143 | 130 | |
OWNERS | D | 04-Jul-2025 | 57 | 3 | 3 | |
README.md | D | 04-Jul-2025 | 303 | 10 | 6 | |
backported_fixes.proto | D | 04-Jul-2025 | 1.2 KiB | 37 | 30 |
README.md
1# Backported Fixes Test libraries. 2 3This directory contains rules, annotations, and other helpers for writing tests 4for Backported Fixes. 5 6TODO: Add link to public docs. 7 8Tests for backported fixes should go in the test suite appropriate to the 9affected code and be annotated {@link BackportedFixTest}. 10