Snap for 10103804 from 20100a7ef3ec84f3014334761a66b16812f12e8c to mainline-tzdata5-release

Change-Id: I88d0b4137c27c465a8be4ea50d30df02c6085f2d
tree: c1bd0c0353dc3bc2ae3e9a53e1d5d84fcd641505
  1. build/
  2. hiddenapi/
  3. java/
  4. javatest/
  5. Android.mk
  6. OWNERS
  7. README.md
README.md

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/