commit | 3a5cf25c7d15a9977a2af9435d92aa272bbefbe3 | [log] [tgz] |
---|---|---|
author | Andrew Vuong <akvuong@google.com> | Thu Feb 23 18:14:20 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 23 18:14:20 2023 +0000 |
tree | 34a116ad0d4e63280e0a3bfab2d25d9db3b64e82 | |
parent | 0c961ada59d2fc022159096a5832f5d458b53287 [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: I99e32507711fd97f15b057a077170848b90cbb13 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.