commit | 8ce728c6c9415861e6d9dca937cf98bfcbad1c1a | [log] [tgz] |
---|---|---|
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jun 22 01:24:11 2023 +0000 |
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu Jun 22 01:24:11 2023 +0000 |
tree | 0367a6053c642d039acf29754706d83e5d5f8c0f | |
parent | 044291e1fbd5a3a50c5b0ffaa9a39418030b269d [diff] | |
parent | 5e8df2db7fadd7dfac23a5e60acf726a9a27086a [diff] |
Snap for 10361546 from 5e8df2db7fadd7dfac23a5e60acf726a9a27086a to udc-qpr1-release Change-Id: Idb490f4426ff4ad8a042444d8bb4212f8accd7bd
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.