commit | dafefb812557f3bdd814f9e7d6129e4e644eff95 | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Tue Jun 04 16:05:23 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 04 16:05:23 2024 +0000 |
tree | e982675bb44a19e0b586ac83f27eef6aed0b1b7f | |
parent | dd0bd38c61f394834e7896da38c060b781f3b72d [diff] | |
parent | aa585655aaf1f41ee8cc9259cc7e498651ce64c2 [diff] |
Merge "fetch module_sdk to project mapping in finalize_sdk" into main am: 67816a2eab am: aa585655aa Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3005020 Change-Id: I70c2c865279ca22218bbd3be3bcb21fe46a083a8 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.