commit | 3572a8fcee5ca064a1af1d14a9fd9754746d046d | [log] [tgz] |
---|---|---|
author | Harish Mahendrakar <hmahendrakar@google.com> | Thu Oct 26 23:05:11 2023 +0000 |
committer | Harish Mahendrakar <hmahendrakar@google.com> | Thu Oct 26 23:09:39 2023 +0000 |
tree | 4ed717563ca35461549959678e958b1f6c4c89a9 | |
parent | 19f4e56db6bf49507263ebef0768c546e3498d67 [diff] |
allowed_deps: Add libdav1d libraries for media.swcodec media.swcodec module now supports av1 decoding using libdav1d. Apex-Size-Increase: About 450KBytes Previous-Platform-Support: Yes Aosp-First: Yes Test-Info: Existing CTS Media tests Bug: 289716589 Test: stagefright -s av1.webm -N c2.android.dav1d-av1.decoder Change-Id: I0094a6bd06cbda08b69acd24eac6c4236ec58074
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.