commit | f42cb3a2879e01d761cb60f7420fc455ee3eaad9 | [log] [tgz] |
---|---|---|
author | William Escande <wescande@google.com> | Mon Sep 06 12:57:48 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Sep 06 12:57:48 2021 +0000 |
tree | fed23ec5691e456bf1a97491676c87019e3b9896 | |
parent | bf68b29dcba4d7ef2dfbb00d907f6027343e1d8d [diff] | |
parent | c0bf47b634fa5d98584de20a74cdae6a8513b8a1 [diff] |
Dependency update for BackgroundThread HandlerExecutor am: c0bf47b634 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1800999 Change-Id: Idab9c6c6a069f3cd71c4061f7e2f7b0302381d3c
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.