Android 15.0.0 Release 20 (BP1A.250305.019)

-----BEGIN PGP SIGNATURE-----
 
 iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8eo7gAKCRDorT+BmrEO
 eB3lAJ43FQXvW3eB6DBzniiNr0ML+pqVtQCgkcIqEy5+H6nZxj3kgSEogmcFwVg=
 =3Xk8
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN SSH SIGNATURE-----
 U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ
 +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
 AAAAQEhcXV/yLWqEOQao+l1XN44MwuDJwGxq1FmX+4lDw5b9RCfIx2j0H87G9IWORbcAOa
 HLIEJ7ok8nVYNcdTiGgQ0=
 -----END SSH SIGNATURE-----

Merge tag 'android-15.0.0_r20' into staging/lineage-22.2_merge-android-15.0.0_r20

Android 15.0.0 Release 20 (BP1A.250305.019)

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8eo7gAKCRDorT+BmrEO
# eB3lAJ43FQXvW3eB6DBzniiNr0ML+pqVtQCgkcIqEy5+H6nZxj3kgSEogmcFwVg=
# =3Xk8
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed Mar  5 03:29:18 2025 EET
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate]

# By Eileen Lai (2) and others
# Via Android Build Coastguard Worker (16) and others
* tag 'android-15.0.0_r20':
  modem_svc: use modem_svc_sit version sepolicy
  Revert "pantah/haptics: Remove voltage restriction for haptics"
  pantah/haptics: Remove voltage restriction for haptics
  Update P22 Bluetooth LEA unicast allowlist: Samsung Galaxy Buds 3 pro
  Disable Wifi BugReport for subsystem restart
  Update ISODEP routing setting
  [pantah] Define CAMERA_MULTICAM_BOOST
  modem_svc: use shared_modem_platform to replace all modem_svc_sit
  pantah: Pull init.insmod.*.cfg from vendor_dlkm
  Move modem_svc_sit from gs201 to pantah
  Remove vibrator HAL service
  audio: enable software encoded Bluetooth broadcast
  gps: set default SUPL SSL method to SSLv23

Change-Id: I11328c1fb7e3cadcd70baabdcaaafc2d89f357ec
This commit is contained in:
Michael Bestas 2025-03-09 11:06:36 +02:00
commit c17d6d58c0
17 changed files with 117 additions and 21 deletions

View file

@ -46,7 +46,6 @@ DEVICE_PACKAGE_OVERLAYS += device/google/pantah/panther/overlay
include device/google/pantah/audio/panther/audio-tables.mk
include device/google/gs201/device-shipping-common.mk
include hardware/google/pixel/vibrator/cs40l26/device.mk
include device/google/gs-common/bcmbt/bluetooth.mk
include device/google/gs-common/touch/focaltech/focaltech.mk
@ -64,9 +63,13 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
device/google/pantah/conf/init.recovery.device.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.panther.rc
# insmod files
# insmod files. Kernel 5.10 prebuilts don't provide these yet, so provide our
# own copy if they're not in the prebuilts.
# TODO(b/369686096): drop this when 5.10 is gone.
ifeq ($(wildcard $(TARGET_KERNEL_DIR)/init.insmod.*.cfg),)
PRODUCT_COPY_FILES += \
device/google/pantah/init.insmod.panther.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/init.insmod.panther.cfg
device/google/pantah/init.insmod.panther.cfg:$(TARGET_COPY_OUT_VENDOR_DLKM)/etc/init.insmod.panther.cfg
endif
# MIPI Coex Configs
PRODUCT_COPY_FILES += \
@ -110,6 +113,12 @@ PRODUCT_PACKAGES += \
android.hardware.nfc-service.st \
NfcOverlayPanther
# Shared Modem Platform
SHARED_MODEM_PLATFORM_VENDOR := lassen
# Shared Modem Platform
include device/google/gs-common/modem/modem_svc_sit/shared_modem_platform.mk
# SecureElement
PRODUCT_PACKAGES += \
android.hardware.secure_element@1.2-service-gto \
@ -205,7 +214,7 @@ PRODUCT_COPY_FILES += \
# LE Audio Unicast Allowlist
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5
persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5,SM-R630
# Support LE & Classic concurrent encryption (b/330704060)
PRODUCT_PRODUCT_PROPERTIES += \