| commit | 185f43d86fa1aad09b00699e4c90235a499905bb | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun May 22 17:59:47 2022 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Sun May 22 17:59:47 2022 +0000 |
| tree | 697afc72817c409de21cee957a61fe864e52fe6c | |
| parent | 5174c261ee0d13ecb6a58675dc2932045908d7a0 [diff] | |
| parent | c79b735d2d4e1a583a40e7a28281462ae4c58dfa [diff] |
Snap for 8627648 from c79b735d2d4e1a583a40e7a28281462ae4c58dfa to tm-frc-art-release Change-Id: Ia7ec093a6b898c7b817e215a761b1c8482167716
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.