commit | 249b1dcf6fa7f3bb9f1371c22a8fa5aadad548a3 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Mar 30 17:47:12 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 30 17:47:12 2022 +0000 |
tree | 5b4d3297eebe6515f0f29f58f41b4c9b5820477d | |
parent | b419f5ca7ae2a8a23509ff69e8aa794b0be17e1e [diff] | |
parent | b3805c1d357a9bef0317630a4b2463d4c3f90b0d [diff] |
mainline_modules_sdks.py: Optimize snapshot build order am: b3805c1d35 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2047367 Change-Id: I46b8bea13ccaa1a72f1031f6c6c503b984753f24 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.