Merge tag 'android-15.0.0_r6' into staging/lineage-22.0_merge-android-15.0.0_r6

Android 15.0.0 Release 6 (AP4A.241205.013)

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ1IssgAKCRDorT+BmrEO
# eAQDAJ0Y9tLkI/9E6JFvvf9DIGZxnCabgQCghIthWz3dPjsuoGGuJCLjmZMbBXs=
# =kzIy
# -----END PGP SIGNATURE-----
# gpg: Signature made Fri Dec  6 00:44:02 2024 EET
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
# gpg: initial-contribution@android.com: Verified 2468 signatures in the past
#      3 years.  Encrypted 4 messages in the past 2 years.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381  0964 E8AD 3F81 9AB1 0E78

# By Yu Shan (18) and others
# Via Automerger Merge Worker (504) and others
* tag 'android-15.0.0_r6': (241 commits)
  [RESTRICT AUTOMERGE] HapticGenerator VTS: validate parameter before setting
  Inject getS2rS2dConfig through constructor.
  Use static libjsoncpp for unit tests.
  audio: Update FMQ error reporting handler
  Face VHAL for user build
  VtsHalBluetoothTargetTest: Check API level compatibility
  Align EffectContext workbuffer size to FMQ size
  Add RSN overriding feature flag
  wifi: Update Supplicant HAL to V4
  Replace "UDS_Public" with "UDS_Pub" for consistency
  Mark vhal property protos library to be available in any APEX
  VisualizerTest: Add tests for visualizer effect parameters
  Change documentation for AP_POWER_STATE_REQ
  Add frozen field to vibrator
  Nfc AIdl interface updated following
  Camera: Remove flag manual_flash_strength_control
  Do not force verbose logs on for anything including ComposerCommandBuffer.h
  Revert^2 "Support PER_DISPLAY_BRIGHTNESS."
  audio: Disable I/O tests for input MMap streams
  Enable Rust backend on Keymint, Fingerprint and Biometrics interfaces
  ...

Change-Id: I18ad17d1e07299d8fe23b8ce8b6b6bbee013765f
This commit is contained in:
Michael Bestas
2024-12-10 17:46:03 +02:00
451 changed files with 15093 additions and 10903 deletions

View File

@@ -61,7 +61,7 @@ static const SbcCapabilities kDefaultOffloadSbcCapability = {
static const AacCapabilities kDefaultOffloadAacCapability = {
.objectType = {AacObjectType::MPEG2_LC},
.sampleRateHz = {44100},
.sampleRateHz = {44100, 48000},
.channelMode = {ChannelMode::STEREO},
.variableBitRateSupported = true,
.bitsPerSample = {16}};