commit | fc0ea40e8d94a5837ff5ce50bb0f9ed90bbf65c9 | [log] [tgz] |
---|---|---|
author | Liz Kammer <eakammer@google.com> | Wed May 25 15:04:10 2022 -0400 |
committer | Liz Kammer <eakammer@google.com> | Wed May 25 19:19:51 2022 -0400 |
tree | 02c8ed3a6161166b6796d5bc283711a062321129 | |
parent | cdbe3e48aaf7a9450f85e336c41b881957dd80e3 [diff] |
Add default that supports dcla + r launched Test: m com.android.adbd Change-Id: Iac536f8b373670aebfb4a736b3bb38ddc83df044
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.