commit | f899a2c248d38f37050161d9afb8bc978c950ed0 | [log] [tgz] |
---|---|---|
author | Yurii Zubrytskyi <zyy@google.com> | Thu Apr 28 16:00:29 2022 -0700 |
committer | Yurii Zubrytskyi <zyy@google.com> | Thu Apr 28 23:10:42 2022 +0000 |
tree | ca2a8cbefebe37ff8d1f682bccecdf7514919237 | |
parent | 9ea376ddb288d03225157e538fd4e574fa973947 [diff] |
modules/common - Tiramisu is now 33 followup add the newly finalized library version for T finalization Ignore-AOSP-First: T finalization Bug: 225745567 Test: build Change-Id: Id6de1a6e838eedfc22c6407e3309eeb0b63d61d3
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.