commit | 91deabe79cf3f8e9960a17c197dced516b9f7698 | [log] [tgz] |
---|---|---|
author | Yang Sun <sunytt@google.com> | Thu Feb 29 03:54:44 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 29 03:54:44 2024 +0000 |
tree | 7df7c6584106b0c5ff653b8771c072840d7dd83f | |
parent | 1fc1e0c1703fdb3833e4b66cc43b9963abc25ccc [diff] | |
parent | c0a3a58bd5a57ad166d85805c645599da9d6c67b [diff] |
Merge "Add net-utils-multicast-forwarding-structs" into main am: c385db7d32 am: c0a3a58bd5 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2968322 Change-Id: I7c67078ba035fe1f65e5218db0b029a0da6cbb52 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.