commit | 9c2f99dc5635e29be60f417c35ae360937b3b686 | [log] [tgz] |
---|---|---|
author | Andrew Vuong <akvuong@google.com> | Tue Feb 21 20:46:08 2023 +0000 |
committer | Andrew Vuong <akvuong@google.com> | Wed Feb 22 22:52:14 2023 +0000 |
tree | 7b96939766840c333670aaa66a44ea9ebddbc212 | |
parent | 4a3c95ba18ee743bfe6611391a0c9330e6b4c091 [diff] |
Add apache-velocity-engine and dependencies to allowed_deps Apex-Size-Increase: 0.3MB Previous-Platform-Support: None Aosp-First: yes Test-Info: Added module-specifc tests to TEST_MAPPING of the dependency bug: 262898801 Test: atest Change-Id: I14788df6fff3c9827b6459d21a2051e1a8533f8e
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.