commit | ff7f65aea09b5881212f23df984c189749a26a37 | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <jeffv@google.com> | Wed Mar 29 13:44:07 2023 +0200 |
committer | Jeff Vander Stoep <jeffv@google.com> | Wed Mar 29 13:47:21 2023 +0200 |
tree | 94afdaf5b27e85967dd2f82ac8c5257136dc3037 | |
parent | 653f88116179584d7dfa8ade6ce7e0851ef41e1a [diff] |
Rename libprotobuf to libprotobuf_deprecated This is just a rename. Nothing else changes. Apex-Size-Increase: None Previous-Platform-Support: N/A Aosp-First: AOSP Test-Info: N/A. Test: TH Change-Id: I1f4990f1ae9fb99fb3b6885d0d7068309b1c204a
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.