commit | c0bf47b634fa5d98584de20a74cdae6a8513b8a1 | [log] [tgz] |
---|---|---|
author | William Escande <wescande@google.com> | Thu Aug 19 12:34:42 2021 +0200 |
committer | William Escande <wescande@google.com> | Fri Sep 03 17:47:24 2021 +0000 |
tree | 82ec20237bbb0ba4151970cefd10a7c4f6bc3a78 | |
parent | 5eca3e3d82e8dce2183f257642ea36249ca8190b [diff] |
Dependency update for BackgroundThread HandlerExecutor Bug: 198418216 Tag: #refactor Test: Build Change-Id: Ic79a258436329ba56f9890dec1400464df253d83
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.