| commit | a1c0a47caba432c467e4f5b2cf47f6634b1253f4 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <[email protected]> | Mon Sep 12 17:14:28 2022 +0000 |
| committer | Android Build Coastguard Worker <[email protected]> | Mon Sep 12 17:14:28 2022 +0000 |
| tree | b96446149c44bb669418d99d525b768bd12849d5 | |
| parent | d140a7bb60fdc114e59f4dfc9e60cdc332bd306d [diff] | |
| parent | 6d0c95eb181ca98b8d2158caf717a59c45f2f85d [diff] |
Snap for 9052600 from 6d0c95eb181ca98b8d2158caf717a59c45f2f85d to mainline-appsearch-release Change-Id: I83c5c4989c98b4b953436e349821538935feeb31
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.