commit | 042b89b2c6ebc4072f62936a90b130aab9f7b5ad | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Mar 23 10:07:54 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 23 10:07:54 2022 +0000 |
tree | 5982e4fbdc2c4e46a9f7a47b7104611fb752e343 | |
parent | 5dfc27d87af7eef65905531befc15dcd3b207a95 [diff] | |
parent | 6c6d3631b4c590eb13c1ab3499e5b397d9027a99 [diff] |
Merge "Decouple population of the dist dir from the SnapshotBuilder" am: 726f9ab1bf am: 6c6d3631b4 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2032132 Change-Id: Ic312ba672e10fcad568ae2f568bb755d0b89fc6b
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.