commit | aaac40c1fa521351cbbf6528244a154c8d771f02 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Mar 30 18:30:05 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 30 18:30:05 2022 +0000 |
tree | f877100ebe929303a5c09eb9fdf121dd7c6cecef | |
parent | 87c580bf35ce86e4a77a1c1ebfbb645217ff1742 [diff] | |
parent | f9a957a5c62cabafd3891fcd17955a1e206b8a87 [diff] |
mainline_modules_sdks.py: Optimize snapshot build order am: b3805c1d35 am: 131657caf4 am: f9a957a5c6 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2047367 Change-Id: Ic4cd3b69428542c9cefacf1dede5c1429804d7c0 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.