commit | 45c9883e5bb00db280937c821ad6fce476fb55c8 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Fri Apr 08 01:36:59 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 08 01:36:59 2022 +0000 |
tree | 849b1e36b63a32f9874d7016e48b21353c19ec86 | |
parent | 2df859f0ddc69a61c646120477f39860c52f5a19 [diff] | |
parent | 5893582304a8f811675a9d6dbbbfdbdb47f7d7e4 [diff] |
Merge "uwb(uci): Make UCI PDL library available to vendors" into tm-dev am: aad9565215 am: 5893582304 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/17600086 Change-Id: Ibb2bc6335eecbe70976c124683604d0743035373 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.