commit | 0fa22d4380f6c86361b815f2f6aa2d8e91c23e00 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Tue Jan 24 16:56:52 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jan 24 16:56:52 2023 +0000 |
tree | 59f887b4badb603388ba2c42a4807877734276cb | |
parent | 5742854b0b1f61b483e061720a630549ff8e4673 [diff] | |
parent | 06b08a1c59edd52cd85d23bed31f5a156afac39a [diff] |
cronet: remove framework-cronet.xml from allowed deps am: 921de96673 am: 06b08a1c59 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2400873 Change-Id: Id2289df8aa476b685047f3cd2a6b94fa9e54c332 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.