commit | 68f13208178b7e1b0e32608c522d4e08d9ec2655 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Tue Jun 15 11:47:50 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 15 11:47:50 2021 +0000 |
tree | cd9c6eb6a76074b8f9a773eaf20035ebb794a123 | |
parent | 5c86d881babd6c171018750dcd9e02a0a2ddd3ec [diff] | |
parent | 5921e2d5b3196416d8e6af7589f8ea4aab0e3e84 [diff] |
Add conscrypt module to sdk extensions am: 5921e2d5b3 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/1737044 Change-Id: If60cc2d64e5bf7aa28e005f8dbcef84b6a08bbd5
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.