commit | 29a7bfb44952ca50a700c0068696517d06f8a614 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Fri Dec 09 10:30:32 2022 -0800 |
committer | Xin Li <delphij@google.com> | Fri Dec 09 10:30:32 2022 -0800 |
tree | fd10e09128aecef6b953c46036fa4120c301fb2f | |
parent | 6e9d19b015b542fe349ceff7b1178151f4381529 [diff] | |
parent | f0afd5291947cbbcf19ce9b2f49e12b9de2e9ee2 [diff] |
Merge Android 13 QPR1 Bug: 261731544 Merged-In: Ie1d51f1b520a39dfc4d8f50a0c57b5330fd419b8 Change-Id: I1a9c22d0199d52310ff77c2bef4755f84842a54e
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.