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