commit | e3e14c0ff155104dbe0081ee2736c72eb927a116 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Wed Oct 06 22:54:09 2021 +0000 |
committer | Xin Li <delphij@google.com> | Wed Oct 06 22:54:09 2021 +0000 |
tree | 03ca3290cde8088a483c3ce171ab76653c03d118 | |
parent | 393a1ca321b09d5599ee565217c9cac5d55d4932 [diff] | |
parent | 19af87e3e6d7be57f3ecd75a877dfaad0f9c6537 [diff] |
Merge Android 12 Bug: 202323961 Merged-In: Ibf9bc06cdb68174a9f844a0f735fe72b8fe78826 Change-Id: I09f071b248cc973a64cce70c6a60e23f49f304e0
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.