| commit | 195342cfe3b360acb0e26a93d732667db2c76b58 | [log] [tgz] |
|---|---|---|
| author | Mårten Kongstad <amhk@google.com> | Tue Jan 31 13:46:54 2023 +0100 |
| committer | Mårten Kongstad <amhk@google.com> | Mon Feb 20 11:38:22 2023 +0100 |
| tree | b9bd2b6848e09f044478e1dd23a795f551daacd6 | |
| parent | 989b44b2a96ceb0d417645f8d35bc035c81e6bf6 [diff] |
Add @FlaggedApi Introduce a new annotation, @FlaggedApi. APIs annotated with @FlaggedApi can be made public or @hidden based on decisions made at build time. This can be used to hide APIs under development when preparing a release. Bug: 267288566 Test: m Change-Id: I673657c589a8ccd9f988cb1e637e2272784111fb
Libraries and utilities intended for use by module and framework code.
Since modules use the code in this project, it must adhere to mainline requirements, for example, by setting min_sdk_version in Soong modules.
This project uses a single source path for Java code. All Java code should go in the java directory with subdirectories corresponding to the java package. Android.bp files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.
Tests for java code should go in the javatests directory and follow the same structure.