commit | c4263c22da8ae2652f38bf907172e09a251955c1 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sun Mar 03 10:30:06 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sun Mar 03 10:30:06 2024 +0000 |
tree | 81b41e372a3aea47ea7d0fdfcdc75dab012eca9e | |
parent | 10c38022e7429c0d7c8709ecb27b9d5d067e9ae1 [diff] | |
parent | de0ecd2669a1ef8b357f49aa496f683401f0c4e4 [diff] |
Snap for 11521656 from de0ecd2669a1ef8b357f49aa496f683401f0c4e4 to mainline-documentsui-release Change-Id: I40f226b9fd15463b01b3f15d5425149ecf6167d7
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.