commit | 78408147084c1d44f5fe6d8334ff87b2b0d806cd | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Oct 26 14:16:05 2023 +0000 |
committer | Anton Hansson <hansson@google.com> | Mon Nov 06 10:20:35 2023 +0000 |
tree | 24bc3c95fa011f632106391ced1e4ee725abaacb | |
parent | a7179e468504ed90b59ff8e58e26333017cbbc93 [diff] |
Stop suppressing valid lint errors java_sdk_library has historically suppressed various legitimate api lint errors. Disable that behavior for modules, and baseline existing issues. Bug: 306806877 Test: m checkapi Change-Id: I7fba8b8b2d677aadb7432cffa2a4ac58d676168a
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.