commit | a69674cc2ca9b51e2049621c2236e04f7f4b1a74 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Wed May 11 03:05:36 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed May 11 03:05:36 2022 +0000 |
tree | de7fe66911cef3916450980fd1028df7c451652a | |
parent | 857d008969900151611f52ce865de32f156286f3 [diff] | |
parent | 96d353998bbcdc909dc8d28a792df3b25e6d8b8e [diff] |
Merge "Add NetworkStackApi34Shims to allowed deps" into tm-dev
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.