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+BmrEOeAUCZ1IssQAKCRDorT+BmrEO # eP8+AJ4nsmxLYOmgrW3bZcjYxgNveSoW5gCbBAAVXf/tI5wFYAUBQKFs2HdD/cU= # =qKeT # -----END PGP SIGNATURE----- # gpg: Signature made Fri Dec 6 00:44:01 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 2483 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 Ankur Bakshi (3) and others # Via Android Build Coastguard Worker (29) and others * tag 'android-15.0.0_r6': (28 commits) gps: set default SUPL SSL method to SSLv23 gps: Enable Beidou measurements only in the US for L10. Symlink current prebuilt folder to android root Update product id for lynx lynx: add etm modules in userdebug/eng builds Delete mapper4 manifest gps: Re-enable GLO & QZSS in US gps: add CpEarlyFixGuardTimeSec to prevent earlyfix response delay thermal: read thermistor temp from sysfs thermal:remove unused state2power value Update lynx SVN to 46 thermal: Remove bcl related tzones update OWNERS to include Android.bp lynx: Add build_flags based properties for SMR/EMR build haptics: Update output distortion gain Adpf:lynx: switch to multitier heuristic boost. Update lynx SVN to 45 Update antenna position coordinates audio: Phase in L10 fortemedia tuning tables lynx: Use build_flags for SVN ... Conflicts: device-lynx.mk lynx/BoardConfig.mk Change-Id: I50549219de5d81d0ada093bebdf0a9238d51840a
This commit is contained in:
@@ -23,38 +23,13 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
||||
# Bluetooth LE Audio
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.bluetooth.leaudio_switcher.supported=true \
|
||||
ro.bluetooth.leaudio_offload.supported=true \
|
||||
persist.bluetooth.leaudio_offload.disabled=false \
|
||||
ro.vendor.audio_hal.ble_use_stream_id=true \
|
||||
bluetooth.profile.bap.unicast.client.enabled?=true \
|
||||
bluetooth.profile.csip.set_coordinator.enabled?=true \
|
||||
bluetooth.profile.hap.client.enabled?=true \
|
||||
bluetooth.profile.mcp.server.enabled?=true \
|
||||
bluetooth.profile.ccp.server.enabled?=true \
|
||||
bluetooth.profile.vcp.controller.enabled?=true \
|
||||
|
||||
# Bluetooth LE Audio CIS handover to SCO
|
||||
# Set the property only if the controller doesn't support CIS and SCO
|
||||
# simultaneously. More details in b/242908683.
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.leaudio.notify.idle.during.call=true
|
||||
|
||||
# Not support LE Audio dual mic SWB call based on the current launch strategy
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.leaudio.dual_bidirection_swb.supported=false
|
||||
|
||||
# LE Audio Lunch Config for Phase 1 (LE audio toggle hidden by default)
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.leaudio.toggle_visible=false
|
||||
|
||||
# LE Auido Offload Capabilities setting
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/lynx/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
|
||||
|
||||
# LE Audio use classic connection by default
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
ro.bluetooth.leaudio.le_audio_connection_by_default=false
|
||||
ro.bluetooth.leaudio_switcher.supported=false \
|
||||
bluetooth.profile.bap.unicast.client.enabled?=false \
|
||||
bluetooth.profile.csip.set_coordinator.enabled?=false \
|
||||
bluetooth.profile.hap.client.enabled?=false \
|
||||
bluetooth.profile.mcp.server.enabled?=false \
|
||||
bluetooth.profile.ccp.server.enabled?=false \
|
||||
bluetooth.profile.vcp.controller.enabled?=false \
|
||||
|
||||
# Bluetotoh Auto On feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
Reference in New Issue
Block a user