| commit | 41643f40c26cd61e29e8b1dd00637aecb92a9332 | [log] [tgz] |
|---|---|---|
| author | Makoto Onuki <omakoto@google.com> | Thu May 15 12:18:29 2025 -0700 |
| committer | Makoto Onuki <omakoto@google.com> | Fri May 16 13:54:04 2025 -0700 |
| tree | be5bdf360ed694a0cf7733fea808d0ea31d3152a | |
| parent | cb6f7bbb423f9971c53e6ce2009e6d4cf2108938 [diff] |
@RavenwoodSupported to show APIs supported by... subclasses on the dashboard. Bug: 414821464 Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh -s Flag: TEST_ONLY Change-Id: I3e4a93ff543ceddd3e8988349cee180f9ff54d02
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.