commit | f258d0368f74085681b76a19aeb2ac6e5c714685 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Apr 28 14:02:47 2022 +0000 |
committer | Anton Hansson <hansson@google.com> | Fri Apr 29 08:50:46 2022 +0000 |
tree | 1179aae2f466ccd9ba38fcdadee04564a8ac9752 | |
parent | 9ea376ddb288d03225157e538fd4e574fa973947 [diff] |
Address review comments on finalize_sdk.py - Keep the Android.bp -- but rename to Android.bp.auto - Use 'or' instead of 'if not' Bug: 222050148 Test: Run finalize_sdk.py Change-Id: I919c3d37916d3854cd0c8d59fddb8a1420f429b9
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.