| commit | 1f16e21114bb76be2a329951c638d92c23966e57 | [log] [tgz] |
|---|---|---|
| author | ThiƩbaud Weksteen <tweek@google.com> | Tue Aug 02 02:44:07 2022 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Aug 02 02:44:07 2022 +0000 |
| tree | 4a40dac6828f8184eab5dd4f4c606dd119996dc0 | |
| parent | e2a2670ead28e421a9f05abaeb7de6f529cda58e [diff] | |
| parent | 1c099212cab8a81ff49cd7b987ef9e3c55107f9f [diff] |
Merge "Update documentation for @EnforcePermission" am: 1c099212ca Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/modules-utils/+/2162036 Change-Id: Ia4dd69f8764c85b3ea185c622083e1a9a972a0e1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.