| commit | 84053113ff76a293c3a3706131c62fb7cd027c18 | [log] [tgz] |
|---|---|---|
| author | Samiul Islam <[email protected]> | Fri Jul 12 13:59:34 2024 +0000 |
| committer | Automerger Merge Worker <[email protected]> | Fri Jul 12 13:59:34 2024 +0000 |
| tree | 0f52275f7f59488942e6786e532a0c98d7fb2211 | |
| parent | b5c22453c414f634fafb7092ba2b6ef73037f786 [diff] | |
| parent | dcb9df7821de61af16d7b5ac6b71e8e2ab321db9 [diff] |
Merge "Rename to RestrictedForEnvironment" into main am: dcb9df7821 Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/modules-utils/+/3164476 Change-Id: I5aea515e2091505bbcbfd6707eb9b51c90d34efd Signed-off-by: Automerger Merge Worker <[email protected]>
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.