commit | 2ef33a4d6553f9718da17c4c02e28be5a33d2208 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Tue Mar 29 13:42:09 2022 +0000 |
committer | Paul Duffin <paulduffin@google.com> | Wed Mar 30 09:44:02 2022 +0000 |
tree | c14158c24f46e1d94da19d029df20b86b001c814 | |
parent | 8fa5ddae14c69a06ebb1f13ba5b26f8721be02bf [diff] |
mainline_modules_sdks.py: Reformat Test: atest --host mainline_modules_sdks_test 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: I7f7b5f6e41c6a8cec02ec547a9b61c7922700880
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.