commit | 87b3ad796d81172d6aee50b2b4cf3ea91c4e1dad | [log] [tgz] |
---|---|---|
author | srgrusso <srgrusso240@gmail.com> | Sun Aug 04 18:34:49 2024 -0500 |
committer | Jack <jackeagle102@gmail.com> | Mon Aug 05 17:30:48 2024 +0000 |
tree | 34f1608459992b32a3c1972c9503d94b06ff0214 | |
parent | 18589e4bfe15c26b86b63409122694724b7e34cc [diff] |
Fix allowed_deps.txt sorting order Change-Id: I0c76ab5e10b06f38f4537eec3722628cfc42c2e1 Reviewed-on: https://review.blissroms.org/c/platform_packages_modules_common/+/20425 Reviewed-by: Jack <jackeagle102@gmail.com> Tested-by: Jack <jackeagle102@gmail.com>
This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils
instead.
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.