| commit | 6a9261aed5f206e6aab9c09a5301d93561dc483f | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Feb 17 01:05:56 2022 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Feb 17 01:05:56 2022 +0000 |
| tree | e14daccb3758f0012c985bb409aaa8fd2e650aac | |
| parent | 56f8d50390bc4e71d1c85f39c517ce2ad7ef4f36 [diff] | |
| parent | 8141476df06ae581f0df747b7dafeb361224ed1b [diff] |
Snap for 8192308 from 8141476df06ae581f0df747b7dafeb361224ed1b to mainline-cellbroadcast-release Change-Id: I8a6f9a674c9a47a1c28ddaa14bc0db87d51b4f3e
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.