commit | 8f3c2f946ba41ddab380b76cc00a940049cca5db | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Fri Apr 29 11:34:34 2022 +0000 |
committer | Anton Hansson <hansson@google.com> | Fri Apr 29 11:40:42 2022 +0000 |
tree | c8d3d0920ddd87b1a40d75889b06aa59f2395b0f | |
parent | 018e0d0f5403ec76f2f2a1035b099014ec442f10 [diff] |
Default-on strict updatability linting for Modules Modules should be enabling this by now. Test: errorprone build Change-Id: I04efcf5b8903c50289809fc8e97d002d81e4754e
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.