aml_tz6_351400020 (13155446,com.google.android.go.tzdata6,com.google.android.tzdata6)
-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ9i73wAKCRDorT+BmrEO eFbRAJ0S0/Zi4ZB/oWewusf8lsWMr+5bUACfSu9piWiaNneuN5Hc0GqsnCnu0Ik= =24wO -----END PGP SIGNATURE----- gpgsig -----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQH+8qeowP5ZP1Ss/5eoPE4j1KAQg2GKIwWcPy7RN/9TvCWiAWCUTrx21DYvitAzmkv NrdyvYtD9/mH/Rr9qOOgE= -----END SSH SIGNATURE----- Merge tag 'aml_tz6_351400020' into staging/lineage-23.0_merge-aml_tz6_351400020 aml_tz6_351400020 (13155446,com.google.android.go.tzdata6,com.google.android.tzdata6) # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ9i73wAKCRDorT+BmrEO # eFbRAJ0S0/Zi4ZB/oWewusf8lsWMr+5bUACfSu9piWiaNneuN5Hc0GqsnCnu0Ik= # =24wO # -----END PGP SIGNATURE----- # gpg: Signature made Tue Mar 18 02:18:39 2025 EET # gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate] # By guibing (2) and others # Via Android Build Coastguard Worker (9) and others * tag 'aml_tz6_351400020': Remove old unused VINTF manifest file Enable BQR vendor snoop log ADPF:pantah: use tagged ADPF profile for SYSTEM_UI. ADPF:pantah: remove unused adpf profiles. Hide LE audio toggle for ASHA device on P22 powerhint: Mask hints in AA and DISPLAY_IDLE Enable open source multi akm for specific Broadcom project thermal: Remove bcl related tzones Disable Bluetooth Hearing Access Profile default enable for P22 Vibrator: Add permissions for owt_lib_compat Conflicts: aosp_cheetah.mk aosp_panther.mk Change-Id: I5edff58c766bd8efb73f4b15a1f917a7fc8c97ba
This commit is contained in:
commit
e5c987ca81
13 changed files with 167 additions and 692 deletions
|
@ -216,6 +216,14 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5,SM-R630
|
||||
|
||||
# Disable Bluetooth HAP by default
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.profile.hap.enabled_by_default=false
|
||||
|
||||
# Disable Bluetooth LE Audio toggle for ASHA device
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.leaudio.toggle_visible_for_asha=false
|
||||
|
||||
# Support LE & Classic concurrent encryption (b/330704060)
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.ble.allow_enc_with_bredr=true
|
||||
|
@ -234,10 +242,16 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
# Override BQR mask to enable LE Audio Choppy report, remove BTRT logging
|
||||
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.bqr.event_mask=262238
|
||||
persist.bluetooth.bqr.event_mask=295006 \
|
||||
persist.bluetooth.bqr.vnd_quality_mask=29 \
|
||||
persist.bluetooth.bqr.vnd_trace_mask=0 \
|
||||
persist.bluetooth.vendor.btsnoop=true
|
||||
else
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.bqr.event_mask=94
|
||||
persist.bluetooth.bqr.event_mask=295006 \
|
||||
persist.bluetooth.bqr.vnd_quality_mask=16 \
|
||||
persist.bluetooth.bqr.vnd_trace_mask=0 \
|
||||
persist.bluetooth.vendor.btsnoop=false
|
||||
endif
|
||||
|
||||
# declare use of spatial audio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue