commit | cb92df6eae72a04eec5edb758dddb087a03a8dbc | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <[email protected]> | Tue Mar 05 17:08:54 2024 +0000 |
committer | Android Build Coastguard Worker <[email protected]> | Tue Mar 05 17:08:54 2024 +0000 |
tree | 81b41e372a3aea47ea7d0fdfcdc75dab012eca9e | |
parent | 9baab79431c7c86e24bbfba99fa4ef31f4f01a44 [diff] | |
parent | de0ecd2669a1ef8b357f49aa496f683401f0c4e4 [diff] |
Snap for 11531362 from de0ecd2669a1ef8b357f49aa496f683401f0c4e4 to mainline-extservices-release Change-Id: I15363ff54fb54e19b0dadfcf1f46643ec0643ced
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.