commit | bc25b722296cbb4cebb0988cf78ebc2d9f3dd1af | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Wed Sep 20 01:33:03 2023 +0000 |
committer | Maciej Żenczykowski <maze@google.com> | Wed Sep 20 01:33:17 2023 +0000 |
tree | a4be75784f4207e484ceb048ec698ae026c76613 | |
parent | f8e3c994829806158eeec9a149838d849308cd98 [diff] |
add more network libraries for mainline Q->R bump Test: TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I7b3c5c4dafab30f94ae2ba591dc7d1f09c9191e2
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.