commit | 018e0d0f5403ec76f2f2a1035b099014ec442f10 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Tue Apr 26 07:33:51 2022 +0000 |
committer | Mårten Kongstad <amhk@google.com> | Tue Apr 26 07:35:51 2022 +0000 |
tree | a567e1d91ea7943ee054f2f5a2d06a9016b14f0c | |
parent | b1e623fd6d9871cd356d6792999af2563f055aa9 [diff] |
finalize_sdk.py: add --readme option Every time an SDK is finalized, a new version history entry should be added to prebuilts/sdk/extensions/README.md. Introduce a new option, --readme <msg>, to better enforce this. Test: manual: run finalized_sdk.py, inspect README.md Change-Id: I2257dc2bcf710bb2cb616afa9b8e3d3cb307de8e
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.