commit | 4f6b401c7662bf08c25bab30dbef4c4349aae169 | [log] [tgz] |
---|---|---|
author | Seth Moore <sethmo@google.com> | Tue Nov 22 17:19:06 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Nov 22 17:19:06 2022 +0000 |
tree | 8b893fd3d8bbab8d6952240d13fafca2a3355e56 | |
parent | a470c707520c458959ddaff49adead422ed34a01 [diff] | |
parent | 7c162f88501e2d8efc5d76639041785a13c110ba [diff] |
Merge "Add android.hardware.security.rkp to mainline deps" am: 7c162f8850 Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2311253 Change-Id: I00477a29c5f3b255d0091cb1d0bdc6e4a84938bf Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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.