commit | 7d507ec3fd91e9d3ff35ffc13fb457a1a160f279 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Wed Nov 23 15:10:14 2022 -0800 |
committer | Cole Faust <colefaust@google.com> | Wed Nov 23 15:10:14 2022 -0800 |
tree | 5831794a2b762593c6fb1df6037739117e68c6e5 | |
parent | 47f779a5a64b47dd54afc1b754aeb85f976579af [diff] |
Remove usages of java_api_finder This errorprone checker is no longer used. Bug: 260268418 Test: Presubmits Change-Id: I4b18e9a3114db6cead6cdc370ecfe9e8be0bd69e
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.