commit | fe1ca0a83297614838a7f5639738102cbf190606 | [log] [tgz] |
---|---|---|
author | Jeffrey Vander Stoep <jeffv@google.com> | Wed Mar 29 15:41:31 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 29 15:41:31 2023 +0000 |
tree | bb8dc51b4b43ca711b1292d31ed933a243ab67f5 | |
parent | c721266edee612ee84eb06efd598c42da7ae026e [diff] | |
parent | 08106df6f4d8c0080028820dad9e851895f99d45 [diff] |
Merge "Rename libprotobuf to libprotobuf_deprecated" am: b18662a0eb am: 22f652cf3d am: 08106df6f4 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2513198 Change-Id: I08f6d19dd585dbc82dbd3c5505bcf9707bad0f98 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.