commit | c05814a2680ee6db378d24e42231db0215c08d7c | [log] [tgz] |
---|---|---|
author | William Escande <wescande@google.com> | Tue Sep 07 14:00:18 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 07 14:00:18 2021 +0000 |
tree | f8a8ca9f33fa5e614c1f938ef06828181d113b43 | |
parent | f42cb3a2879e01d761cb60f7420fc455ee3eaad9 [diff] | |
parent | 0c90b22fb5cf60087896a98c448c98317fce30d9 [diff] |
Dependency update for StateMachine am: 0c90b22fb5 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1818147 Change-Id: Ic80077d1be8d591270872768cd3e9d599c6ae934
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.