Snap for 9883729 from 7dd88a2972f96679af135e68ca97b710dadfb9c8 to mainline-sdkext-release Change-Id: I472821d2354688a10d0ed9785324bf086fdf0b52
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.