| commit | 131c540897c65a833b39d55602626e6397e22346 | [log] [tgz] |
|---|---|---|
| author | Alan Viverette <alanv@google.com> | Mon Aug 30 21:46:42 2021 +0000 |
| committer | Colin Cross <ccross@android.com> | Fri Sep 17 10:59:50 2021 -0700 |
| tree | 36a48e058b177839e34b94a5f8a68093d95cca40 | |
| parent | 73e09b282a55fd643686e5d20a63dfa036c5db5d [diff] |
Update allowed_deps.txt to account for correct library target names No new dependencies. Bug: 197802324 Test: Global presubmit Change-Id: I69c769b1b51cec5fd98ba312edc9b6610df8cdd4 Merged-In: I69c769b1b51cec5fd98ba312edc9b6610df8cdd4 (cherry picked from commit 59ba4d4460e3a9193c40750b22f189d282f8c1f3)
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.