| commit | 12f2c0830b4ce10a59b663fef74abadb9553bedd | [log] [tgz] |
|---|---|---|
| author | Lorena Torres-Huerta <lorenatorres@google.com> | Fri Aug 12 23:08:24 2022 +0000 |
| committer | Lorena Torres-Huerta <lorenatorres@google.com> | Wed Aug 24 21:21:25 2022 +0000 |
| tree | 97a2d70671b0d9fbe1a4e51dc612f28adc31f192 | |
| parent | 2cb1bb404df7ebea914deb3415e0ef2829b303b7 [diff] |
Add AudioAttributes and AudioFlag for use in HAL interface for engine configuration. This requires a version bump to android.media.audio.common.types. cc_defaults and java_defaults are used in order to avoid explicitly updating version references in several Android.bp files when we do future version bumps. Test-Info: N/A (interface) Previous-Platform-Support: No Apex-Size-Increase: 17KiB Aosp-First: No Ignore-AOSP-First: Part of a topic, will upstream to AOSP Bug: 242678729 Test: m Change-Id: I25fb620794525083373de19b35f1b6f1b5c86432
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.