summaryrefslogtreecommitdiff
path: root/core/java/android/annotation/TestApi.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove annotations that have been relocatedChris Wailes2021-04-261-42/+0
| | | | | | | | | These annotations have been relocated to frameworks/libs/modules-utils. This CL removes the files and updates necessary build rules. Bug: 183133670 Test: m Change-Id: I834b9f5320e0b6fe8cb9feb7194c82085b805e07
* Add new TestApi annotation.Michael Wright2015-11-251-0/+42
This allows us to build a special jar with methods exposed strictly for CTS. An @TestApi should not be a public API or a system API. Bug: 25608286 Change-Id: Ifbc64bb6958d2deec5b9cf0b944acfd068f0f051