commit | 4f192a156b200f3fc49bf4e71790c55f46a0daa1 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Wed Mar 16 14:43:01 2022 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Fri Mar 18 15:58:57 2022 +0000 |
tree | 6629c755922732d9b6736604e9a8904781eee25a | |
parent | 4404571a651dd4307d0ef402e1266a4526ebb530 [diff] |
Cleanup pylint errors in mainline_modules_sdks*.py Bug: 218685706 Test: atest --host mainline_modules_sdks_test packages/modules/common/build/mainline_modules_sdks.sh pyformat -s 4 --force_quote_type double -i build/mainline_modules_sdks*.py /usr/bin/pylint --rcfile $ANDROID_BUILD_TOP/tools/repohooks/tools/pylintrc build/mainline_modules_sdks*.py Change-Id: I5ba3da7dcde6d44b1855b41bac8eb80e0f3a593c
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.