commit | 0e3d2f522c8e0c80749fb2c71201391c05010b3e | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Thu May 11 14:04:22 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 11 14:04:22 2023 +0000 |
tree | acea32475f5196d7929a86b484aaa40885744133 | |
parent | bbe18d0d67f868a661e5b9c7faf6181d3ad422fd [diff] | |
parent | 3a51e53c616a52b609d3f41b5eaf23daf019c7a0 [diff] |
Merge "Add NetworkStackApi35Shims to allowed deps" into udc-dev am: c09e7ec7de am: 3a51e53c61 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/common/+/23104879 Change-Id: Iaef90154c7c4101b62dcc02075253c3581664ad8 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.