commit | a45a8d27a73430624c5dda25fd5fc76a124d9258 | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi <renikindi@google.com> | Thu Mar 30 19:49:11 2023 +0000 |
committer | Anvesh Renikindi <renikindi@google.com> | Fri Mar 31 22:18:48 2023 +0000 |
tree | 41ce214fa30aac4b8ade87ac638b7f81ec6bee3f | |
parent | 8ad95c878f47260c80d9579531bb3a2da6414bb6 [diff] |
Added deps Bug: 275397900 Change-Id: I41dbcbfa53bfd9cc5b63c988c01053638774ecc8 Merged-In: I41dbcbfa53bfd9cc5b63c988c01053638774ecc8 Test: None Aosp-First: No(Internal ) Apex-Size-Increase:6.91kb Previous-Platform-Support:Yes Test-Info: Android JUnit Test
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.