commit | 100994c4c7de15531f57f204d22ffdd55772efab | [log] [tgz] |
---|---|---|
author | Alex Buynytskyy <alexbuy@google.com> | Mon Jan 23 11:56:27 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jan 23 11:56:27 2023 +0000 |
tree | 79128ae05d27b45866fd060b720e052b1da9531f | |
parent | 5579838473f6333c2e48af29eacbea04afd4cef2 [diff] | |
parent | 354a18b679cda52efb26110f61618097c743aa3f [diff] |
Addressing CL comments. am: 354a18b679 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2397481 Change-Id: Ia5eab317cd0f8423c91e2bc3d66b9b6149fbaf72 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.