commit | 3df37fb734a18c3c89213d3be31c5f660239e864 | [log] [tgz] |
---|---|---|
author | Martin Geisler <mgeisler@google.com> | Mon Feb 13 15:16:14 2023 +0100 |
committer | Martin Geisler <mgeisler@google.com> | Mon Feb 13 15:21:07 2023 +0100 |
tree | 28fa764d49df8f2b65d3a070aef738d3097e284b | |
parent | 4a3c95ba18ee743bfe6611391a0c9330e6b4c091 [diff] |
Allow serde as a dependency of the bytes crate Apex-Size-Increase: n/a, only used by tests right now Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: atest serde_test_src_lib Test: presubmit Change-Id: Idf37e43cd2d61d5f8635f30235b4abc0a8e73d9a
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.