commit | 0a7005928c034d084bcb72d5429d023a0d89ca9c | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Thu Jun 13 17:25:22 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 13 17:25:22 2024 +0000 |
tree | 118d120b1a03f55f598e98af191ea231e9c11d01 | |
parent | 88309402ae5054868b39491baa8d2a76d63b890c [diff] | |
parent | 98b30ed21bb404086458fa466fcf4dad62f41fda [diff] |
Merge "Part 2: Fix finalize_sdk script execution for "all modules" case" into main am: 98b30ed21b Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3129114 Change-Id: I7bcefdd16854c093c2f96cfaa4a4457d1d8be3d9 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.