| commit | 5511afb004940cbae8f21c94d0d9f3b3b0589385 | [log] [tgz] |
|---|---|---|
| author | Trevor Knight <trevork@google.com> | Thu Apr 10 09:44:22 2025 -0700 |
| committer | Trevor Knight <trevork@google.com> | Mon May 05 13:00:50 2025 -0700 |
| tree | 65ed795e32337324efd65b58dc7427b8cc89e6ed | |
| parent | 35b6e83e46d069121d4c940747454ac599c7fcd7 [diff] |
Add IAMF decoder to allowed_deps Bug: 388336285 Flag: android.media.swcodec.flags.iamf_software_decoder Change-Id: I454280c7d165c4a211a9a48d03c40e3e4f5b9c49
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.