commit | 5f6a7d2aafc3d359ca0dccedfaa93b6abb4fa746 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Mon Mar 21 11:59:10 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 21 11:59:10 2022 +0000 |
tree | 6629c755922732d9b6736604e9a8904781eee25a | |
parent | cee629ff86746350763a35b468d0dd19b4b840fc [diff] | |
parent | 4f192a156b200f3fc49bf4e71790c55f46a0daa1 [diff] |
Cleanup pylint errors in mainline_modules_sdks*.py am: 4f192a156b Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2032127 Change-Id: Ic582cc2c77b47fce0c7ea3b72f780552c9c23113
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.