commit | 10c38022e7429c0d7c8709ecb27b9d5d067e9ae1 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Sun Feb 25 10:30:03 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Sun Feb 25 10:30:03 2024 +0000 |
tree | 41776fcb45d495fa35b6d866f316500655d07d00 | |
parent | 8b26adffe0527875e085d979ae719f1c604ce360 [diff] | |
parent | 355566c304e87f4b2333daf6a7024cbabe6e8f6d [diff] |
Snap for 11494400 from 355566c304e87f4b2333daf6a7024cbabe6e8f6d to mainline-documentsui-release Change-Id: I21d8cba03b01e4559a9672c680f25ce46228df63
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.