https://github.com/grapheneos-archive/platform_frameworks_libs_modules-utils
https://github.com/grapheneos-archive/platform_frameworks_libs_modules-utils
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/grapheneos-archive/platform_frameworks_libs_modules-utils
- Owner: GrapheneOS-Archive
- Created: 2022-10-03T17:24:35.000Z (over 2 years ago)
- Default Branch: 15
- Last Pushed: 2025-02-10T07:51:39.000Z (3 months ago)
- Last Synced: 2025-03-27T09:39:52.739Z (about 2 months ago)
- Language: Java
- Homepage: https://grapheneos.org/
- Size: 1.31 MB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frameworks/libs/modules-utils/
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.## Java code
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.