commit | 28f82df6461cd96fe70ef3ac3378deda3256128f | [log] [tgz] |
---|---|---|
author | Nahian Ashraf <anahian@google.com> | Wed Nov 24 05:43:51 2021 +0000 |
committer | Nahian Ashraf <anahian@google.com> | Wed Nov 24 05:43:51 2021 +0000 |
tree | dd6d1f1f0c9fb7210c7af13b31b9c9fce9bd327a | |
parent | 48217f59e401eb890a7d3c08c7ce45ac5a8a732c [diff] |
Revert "Remove redundant lines in allowed_deps.txt" This reverts commit 48217f59e401eb890a7d3c08c7ce45ac5a8a732c. Reason for revert: Build Breakage Change-Id: I84d8b136fee7ddd58af44a9054535dad530cb5db
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.