commit | 550c85d8578f23fd440b7eb1885b45c32ab1b212 | [log] [tgz] |
---|---|---|
author | Oleg Shaldybin <olegsh@google.com> | Tue Jun 27 03:39:55 2023 +0000 |
committer | Oleg Shaldybin <olegsh@google.com> | Tue Jun 27 21:47:18 2023 +0000 |
tree | 9d524e7ab962be4160a51898b62a1fd76ae5e00c | |
parent | 5e47bd6b567fd2aec2c5bb8eb153d111a3a7dd4c [diff] |
Add grpc-java-* to the deps allowlist Test: make Apex-Size-Increase: 675KiB (based on .jar size) Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: m Ignore-AOSP-First: merge conflict Change-Id: Id6638ffbaf7922bf7f1f17288ed5332c16835201
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.