commit | 921de9667362fadcb679beaebb2584905b667cd3 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Tue Jan 24 06:45:43 2023 -0800 |
committer | Patrick Rohr <prohr@google.com> | Tue Jan 24 06:45:43 2023 -0800 |
tree | 1f7e3525fc7c958aeaff1107faf000009219d987 | |
parent | 5dd711b937676c82cad723d86a3c14a8456298d1 [diff] |
cronet: remove framework-cronet.xml from allowed deps framework-cronet does not exist anymore. Test: TH Change-Id: I3ee2acaf0838bfe1f42ea7bf6256090f6c353301
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.