commit | 468d12c054cc3180b00b8db73ea0a335fa760b73 | [log] [tgz] |
---|---|---|
author | Michael Wright <michaelwr@google.com> | Tue Apr 23 17:20:42 2024 +0000 |
committer | Michael Wright <michaelwr@google.com> | Tue Apr 23 18:42:36 2024 +0000 |
tree | 479f0bd32d68e63a582851363a7e86a7f4518dd4 | |
parent | b266683ec86681854c92db8e310531505a047863 [diff] |
V is 35. It's not bromine, it's not a gauge of film: it's the next Android release. Bug: 335304236 Test: presubmit Change-Id: Ib4d08b8e9e78da542411bd427c45cfe34f1be352
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.