commit | a4ca84b51979a2922adbe713c7c11c03a5d7a820 | [log] [tgz] |
---|---|---|
author | Anvesh Renikindi <renikindi@google.com> | Tue Jun 20 16:16:28 2023 +0000 |
committer | Anvesh Renikindi <renikindi@google.com> | Tue Jun 20 16:31:04 2023 +0000 |
tree | 8eb44a1bb2bf84f31dee1bc324d3f84a4f620e09 | |
parent | 4eb075a142185f8ed1baad84e6f759e07e89b6f9 [diff] |
dependency version updated Change-Id: Id251eda67ca2a9b3f7e38111ad348d95f4abc2f5 Test: Treehugger Aosp-First: No Apex-Size-Increase: Previous-Platform-Support: No Test-Info:Android JUnit Test ignore-AOSP-First: Merge conflict resolution
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.