commit | 68ac64ae0d97919f247ed6287259fe8d607ec919 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Thu Mar 09 14:09:03 2023 -0800 |
committer | Cole Faust <colefaust@google.com> | Thu Mar 09 14:09:03 2023 -0800 |
tree | e3a5e38c41e7d378ff772e231ac8ff357a3405ec | |
parent | 0adcbf944b546f1be5acc99bea956737742c30a0 [diff] |
Baseline NewApi issues NewApi was recently updated to support linting methods in the system, module_lib, and system_server sdks, and was demoted to a warning due to the new issues it finds. Baseline all the new issues that NewApi can be made an error again. These cls were generated automatically by a script that copied the NewApi issues from the reference baselines. Bug: 268261262 Test: m lint-check Change-Id: Ib3019d3fff5476952db0a19b7d978fc31e6c8c0d
Libraries and utilities intended for use by module and framework code.
Since modules use the code in this project, it must adhere to mainline requirements, for example, by setting min_sdk_version in Soong modules.
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.