commit | 5cccc378708aca0fd6bf03fa468d0e5d5bb6835b | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Jul 30 18:26:08 2021 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Aug 02 13:05:25 2021 -0700 |
tree | 56cbcec0031995319ce479fee0adfb117f151fda | |
parent | d2500b47ca7f865da23fe43e6f8d8338cc05ba26 [diff] |
Add kotlinx_coroutines and dependencies kotlinx-coroutines-android was already used by apexes, although apparently untracked (because it was a prebuilt)? It is now an alias for the kotlinx_coroutines_android library built from source, which contains kotlinx_coroutines. Add kotlinx_coroutines to allowed_deps.txt, as well its dependency kotlinx_atomicfu. Test: m checkbuild Change-Id: Iaa55253adcf13ed78911e24c9f87cd61cf5d7d1d
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.