commit | b7a36795e43c7936dd67cb1c323d4f2471899ebf | [log] [tgz] |
---|---|---|
author | satayev <satayev@google.com> | Fri Apr 23 21:13:52 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 23 21:13:52 2021 +0000 |
tree | 66715bc2085b1d9506a6645bd9cabf06a67d3e33 | |
parent | 9b227be64420dacfecdc71fd4ba6477c42fce6d8 [diff] | |
parent | 0284577be2692b843351ebcd5734d8fa2bec6c64 [diff] |
[automerger skipped] Re-generated allow-deps.txt. am: 9b8f9236a9 -s ours am: a3db6cbd5f -s ours am: 0284577be2 -s ours am skip reason: skip tag Change-Id Ide5041ac6bf558cf6305f528a74b8d5a83251d82 with SHA-1 38fc61bbf0 is already in history Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1673310 Change-Id: Ibff61817e544988ce5013896059b37d2772286fa
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.