commit | 7d36e910f73e0b908361e427ffb87a73dc8ff0c8 | [log] [tgz] |
---|---|---|
author | satayev <satayev@google.com> | Fri Apr 23 16:59:36 2021 +0100 |
committer | satayev <satayev@google.com> | Fri Apr 23 16:59:40 2021 +0100 |
tree | 66715bc2085b1d9506a6645bd9cabf06a67d3e33 | |
parent | 632092bfa6e1e703181fa5322f9c1ee5cd41aa7c [diff] | |
parent | ad750e09ed0bd6698842212208d08908b8b281fa [diff] |
resolve merge conflicts of ad750e09ed0bd6698842212208d08908b8b281fa to sc-dev Test: run packages/modules/common/build/update-apex-allowed-deps.sh Bug: 185209711 Change-Id: I09d28383d61fa6e08fc6e20b3ce5c7ff77cf56a6 Merged-In: Ide5041ac6bf558cf6305f528a74b8d5a83251d82
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.