commit | b50717e9c001644cc69e157d2a3833307360f0c7 | [log] [tgz] |
---|---|---|
author | Gurpreet Singh <gurpreetgs@google.com> | Thu Jun 13 12:44:47 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 13 12:44:47 2024 +0000 |
tree | a2c0f4f91e07a8f3d11210bfcb82b20d22e03fad | |
parent | 664b18304e67edc3cf7cf696e35e9dacb4eb0e20 [diff] | |
parent | 9e97bf051da748c8008e63fef336b2b2fae53231 [diff] |
Part 1: Fix finalize_sdk script execution for "all modules" case am: de0f603b60 am: 9e97bf051d Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/3128032 Change-Id: I3d15cbed7c3d3e6bde601c70702f813f982ed0c9 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.