| commit | 1ce8f0edaf352f40291196caecf01b8acd973bc4 | [log] [tgz] |
|---|---|---|
| author | Gurpreet Singh <gurpreetgs@google.com> | Wed Jun 08 13:38:56 2022 +0000 |
| committer | Gurpreet Singh <gurpreetgs@google.com> | Wed Jun 08 13:38:56 2022 +0000 |
| tree | e5be3a28437a1f29562b8b5aa1b08c096073e30f | |
| parent | c21ce9240ce84c53297acfd4caf0966eb76b7836 [diff] |
Formatting fix. Fixed the formatting. Bug: 230609867 Test: code is building successfully. Change-Id: Ie91d92e89a0914d079c73ffb4f0bbbb90749313e
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.