commit | 2eaac18beb092b3f1d680a43d013c4ed1560bbb6 | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jul 23 00:21:16 2024 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Tue Jul 23 00:21:16 2024 +0000 |
tree | ba8c0661d0b9db462e4012361e099dcd6efe00f3 | |
parent | f079da6edca8829b90f972da6e2c228267326425 [diff] | |
parent | e60d11f55ed097ee987643d6adbe6afbd20bc12f [diff] |
Merge cherrypicks of ['android-review.googlesource.com/3141664'] into 24Q3-release. Change-Id: I326f12d0beed628f6e6b81cd3cd964f383b32473
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.