commit | 3aae3be8566ea2f9f0b85e6548640ee83838ca4b | [log] [tgz] |
---|---|---|
author | Shunkai Yao <yaoshunkai@google.com> | Tue Oct 10 21:39:01 2023 +0000 |
committer | Shunkai Yao <yaoshunkai@google.com> | Wed Nov 01 21:40:35 2023 +0000 |
tree | 34a346d6bd66ae04a5d1cfaf5a666fa58c9f12f8 | |
parent | 0ff69de81a97330ac9fb9e8b791905e993f3512d [diff] |
Update android.media.audio.common.types version from V2 to V3 Apex-Size-Increase: 1.4KiB increase from V2 to V3 Ignore-AOSP-First: will cherry-pick to AOSP Aosp-First: no, will cherry-pick to AOSP Previous-Platform-Support: Yes Test-Info: build Bug: 273373363 Test: m Test: lunch panther-trunk_staging-userdebug; m Test: Test Bluetooth Audio functionality on Panther Change-Id: I58d1fecb80981dde545a014cf485501d651982f0 Merged-In: I58d1fecb80981dde545a014cf485501d651982f0
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.