commit | 1e0e9c9fac67c17dad7c884e6fbcf6d514d2f919 | [log] [tgz] |
---|---|---|
author | Andrew Vuong <akvuong@google.com> | Thu Feb 23 19:47:33 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 23 19:47:33 2023 +0000 |
tree | 68878e1431933d81132dad60397e28d645f751b2 | |
parent | f5c8b3ed37f0e6e0ae75679ab47b402480ea5622 [diff] | |
parent | f624556408d204afb3b12aa43a1588f33a18888d [diff] |
Merge "Add apache-velocity-engine and dependencies to allowed_deps" am: f624556408 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2449262 Change-Id: I1aaa3ede92cab351d7e235325139064431198203 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.