commit | 7edd5501831dff2d6baa4c4943d94f95874a0cff | [log] [tgz] |
---|---|---|
author | jahinimtiaz <jahinimtiaz@google.com> | Thu Feb 09 19:13:32 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 09 19:13:32 2023 +0000 |
tree | 490943239274026c80bd57b7f486d0fa487c74ee | |
parent | 1ed7dbe7e2078579ef1b8c8da501c1603c7011e5 [diff] | |
parent | 6e048b02e2c4f1d28ebf34bc1f12551636a7f71b [diff] |
Install ConformanceFrameworkTests in mts am: 6e048b02e2 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2427194 Change-Id: I77453f91366591b84bda46f3f61c4e25ba074327 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.