commit | 593ce4d22aaf342a53400725efe2da84c4e61407 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Sep 21 16:18:28 2022 +0000 |
committer | Anton Hansson <hansson@google.com> | Wed Sep 21 16:41:38 2022 +0000 |
tree | 471b7fd2f95e46076afe4cef003ae2afae5a1f91 | |
parent | ce2d9ebd32948dca6b514137da97e3e626bae92c [diff] |
Deal with inconsistent module names Conscrypt and ART have some history of using dist_stem names in prebuilts/sdk that are different from the module names of their java_sdk_library, leading to same naming inconsistensies. Update the finalize script to reconcile these inconsistensies during import. Note that the build has already been updated to throw an error when inconsistensies are discovered, so this update to the script is to make sure the next import of conscrypt/art goes smoothly. Test: finalize_sdk.py with conscrypt/art Change-Id: If82fadf73d508d4807aef11b960e0860d54874b7
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.