commit | 94deeded84c83515768a264ea9edb1ddd406ede3 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Mar 30 18:05:56 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 30 18:05:56 2022 +0000 |
tree | f877100ebe929303a5c09eb9fdf121dd7c6cecef | |
parent | 4d6ca140280fce99613d2732762acd314eb74f56 [diff] | |
parent | 249b1dcf6fa7f3bb9f1371c22a8fa5aadad548a3 [diff] |
mainline_modules_sdks.py: Optimize snapshot build order am: b3805c1d35 am: 249b1dcf6f Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2047367 Change-Id: I6bca60d80ae05c92ce9b1c08b2ec79471e0e1915 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.