commit | 25deb674a2b9394678eb4115fc802d70ad9a70dc | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Apr 07 12:50:38 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Apr 07 12:50:38 2022 +0000 |
tree | 274b729e53c4255add711eeeaa92e2b9f91776df | |
parent | 3d89ee0bb1195ba6a596ba64381d69c6e12462d6 [diff] | |
parent | d204d7feaa540b8e5d6208c6f4241b15227a149e [diff] |
Merge changes I31848ad3,Icaf4937b,Ie7b44da3,I94f7c6f0 am: f949851fc0 am: d204d7feaa Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2056030 Change-Id: I3ecb21d99c045c278e815bd0cf665d5d789990de Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.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.