Snap for 8762228 from a67f171eca66b055d3ef3f05e3d17e16b7f26e7b to tm-d1-release Change-Id: Ia4a497fffc28274f24a89dd03cc43b6a00b6609d
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.