commit | 2ed10601e220e945f5f911f1c51702ce7f8a02a8 | [log] [tgz] |
---|---|---|
author | jahinimtiaz <jahinimtiaz@google.com> | Thu Feb 09 19:17:50 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 09 19:17:50 2023 +0000 |
tree | 45dea04c23b0f8ba0901a3434984d1b8c0f784e4 | |
parent | baf693b67759a4146c397f57a67db85c720ba4f8 [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: I6a0033857e6e9bee221a509e297e180c06bf3ed4 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.