commit | 455f54e977f6fa83f52e27fc5f5d251a8f7f5c02 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Wed May 11 03:39:10 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 11 03:39:10 2022 +0000 |
tree | de7fe66911cef3916450980fd1028df7c451652a | |
parent | 43b07d2d7a94fc00c738c83f55cfaf3977ca938c [diff] | |
parent | a69674cc2ca9b51e2049621c2236e04f7f4b1a74 [diff] |
Merge "Add NetworkStackApi34Shims to allowed deps" into tm-dev am: a69674cc2c Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/18219326 Change-Id: I181ec59ba0cca781662627903c621e4a85ae5690 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.