commit | 8e79e2bf72d969a69455caa2e70f30f78255b685 | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Wed Jan 18 22:03:49 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jan 18 22:03:49 2023 +0000 |
tree | 8ae8b1774e1a1d08f2ebbf53ccfd0140cdcf4f24 | |
parent | 18e666b0969c88677ec381a0355a9411a9917d20 [diff] | |
parent | 5f326eb40ae430574fad363a6023664e46d52bc9 [diff] |
Merge "Allow socket2 as a dependency of Tokio" am: 5f326eb40a Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2384657 Change-Id: I3b573676ea555e5c6639abcc12d42af118e4687c 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.