commit | f45284a6aaafc2d2b607beb5b5bb56ae1a8c29cb | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Mon Mar 21 14:22:53 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 21 14:22:53 2022 +0000 |
tree | 1b8026795d0e9d1e4d954c6db8716f1e4a6c6813 | |
parent | fdc2656d65a79a70bfec28e4ed161b2b7ba3d7a5 [diff] | |
parent | 14c6bd8c38632da95b82218c825ee68cd46a97dd [diff] |
Add --build-release option to mainline_modules_sdks.sh am: 14c6bd8c38 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2032129 Change-Id: I52c1d0910ce592cf8d814b0308ff83b670d8c33d
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.