commit | 0ff69de81a97330ac9fb9e8b791905e993f3512d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Oct 31 18:59:19 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Oct 31 18:59:19 2023 +0000 |
tree | 470ced5a179d398315117fa60b41eb3228e5c882 | |
parent | ce67463f680943f5372146bad7a5487276d9bc15 [diff] | |
parent | 761e39b63d4fef57b3a9d13359a4c32cef9b3236 [diff] |
Merge "allowed_deps: Add libdav1d libraries for media.swcodec" into main am: 02acddae26 am: 761e39b63d Original change: https://android-review.googlesource.com/c/platform/packages/modules/common/+/2805772 Change-Id: I406788cf54994b76dc7c2f19eeecc7d2a505563d 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.