Android 15.0.0 Release 6 (AP4A.241205.013)

-----BEGIN PGP SIGNATURE-----
 
 iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ1IssQAKCRDorT+BmrEO
 eAdIAKCOskWFzsn0hPfZWGwtrTab2Dx5qACgkcGVmoy28T7jVBy5C34PLquh8y0=
 =hFFT
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
 
 iQJLBAABCgA1FiEEHrBYPudH862glXQBzJUERRm+ZmkFAmdY7/8XHG1rYmVzdGFz
 QGxpbmVhZ2Vvcy5vcmcACgkQzJUERRm+ZmnENw/8Dax7mhQHv2Qri95DQ+sa8gPw
 dC35nRQs/kWNsvT7Ujx6wjaExYlDXtYQFPDt2WHQLlg6PAn622PMsETrFpNJe0Di
 JBiu5A8mCjjwQfA54vB7BW+LyicoLJyuvh+Jgyeh2JX0gaCWNQBhvc0qw33qjH1t
 Biaz/ojDwQ4D6PJ8Vf8vzPrzFJduAT5MImlnrseon9+jEZSQ7zauMsxTncU/zy/X
 QqSt5dy+dJie91IxYjgDllRp2sT61Sy2jxb5bp14TTCNaKOUE8LEz5+VWdB8bsX8
 3tGZYB/UXNqWJZGASGSC/d0davHVLBRPXROosrmFJ7WtCPXAxRbS0QAWSqhCQgN+
 TJ/h6eCY/htLsflA566pEQqJbvoRqL8m17R3uIiITQl2c0T4kfF/4G0G2SN95NGg
 3SKUNBguumstKRrn/vqGldR5wnk/l4UpqxX/LV9IRbhhrHfbB/+jdrdsT1et2fzW
 bvx2ISatjtUWtxoHTrOeTPyxpEJYThfsqurZhHm/5eKYUqqYOMW47dX7J1DwR6FK
 ENOmMiSCaS4ovveTBIUMSNK9OBQ8vEYkMtnBBc4IcWuevXdTYeDt8QLlHPtZQL6S
 e4tsVZfKpGKXZZRP5CRMZPuNx+VBJREZyAiwICHsqCtBbLMpHDOFErYzmbT5sU0q
 XDPrPQSLp6Muapxlx3g=
 =l04R
 -----END PGP SIGNATURE-----

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
# eAdIAKCOskWFzsn0hPfZWGwtrTab2Dx5qACgkcGVmoy28T7jVBy5C34PLquh8y0=
# =hFFT
# -----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
  Update product id for Felix
  Symlink current prebuilt folder to android root
  cs40l26: Align Felix HAL dump logs with common HAL
  Delete mapper4 manifest
  powerhint: Raise minimum MIF frequency to 546 MHz during screen on
  gps: add CpEarlyFixGuardTimeSec to prevent earlyfix response delay
  thermal: read thermistor temp from sysfs
  thermal:remove unused state2power value
  Update felix SVN to 55
  vibrator: Fix scaling logic for felix vibrator
  vibrator: Update polling timeout to 50ms
  update OWNERS to include Android.bp
  thermal: Remove bcl related tzones
  vibrator: common: Check whether file is opened correctly
  vibrator: cs40l26: Implement braking duration for haptic effects
  Upgrade IDisplay to V13
  felix: Add build_flags based properties for SMR/EMR build
  haptics: Update output distortion gain
  Adpf:felix: switch to multitier heuristic boost.
  ...

Change-Id: I16e5c3379845e2cb3a058f29319582db1c6ab145
This commit is contained in:
Michael Bestas 2024-12-11 03:50:55 +02:00
commit 5eecd09be6
23 changed files with 516 additions and 423 deletions

View file

@ -221,12 +221,30 @@ ifdef RELEASE_SVN_FELIX
TARGET_SVN ?= $(RELEASE_SVN_FELIX)
else
# Set this for older releases that don't use build flag
TARGET_SVN ?= 54
TARGET_SVN ?= 55
endif
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=$(TARGET_SVN)
# Set device family property for SMR
PRODUCT_PROPERTY_OVERRIDES += \
ro.build.device_family=F10
# Set build properties for SMR builds
ifeq ($(RELEASE_IS_SMR), true)
ifneq (,$(RELEASE_BASE_OS_FELIX))
PRODUCT_BASE_OS := $(RELEASE_BASE_OS_FELIX)
endif
endif
# Set build properties for EMR builds
ifeq ($(RELEASE_IS_EMR), true)
ifneq (,$(RELEASE_BASE_OS_FELIX))
PRODUCT_PROPERTY_OVERRIDES += \
ro.build.version.emergency_base_os=$(RELEASE_BASE_OS_FELIX)
endif
endif
# Vibrator HAL
$(call soong_config_set,haptics,kernel_ver,v$(subst .,_,$(TARGET_LINUX_KERNEL_VERSION)))
PRODUCT_VENDOR_PROPERTIES +=\
@ -236,6 +254,10 @@ PRODUCT_VENDOR_PROPERTIES +=\
persist.vendor.vibrator.hal.chirp.enabled=0
ACTUATOR_MODEL := luxshare_ict_lt_xlra1906d
# Override Output Distortion Gain
PRODUCT_VENDOR_PROPERTIES += \
vendor.audio.hapticgenerator.distortion.output.gain=0.52
# Fingerprint
include device/google/gs101/fingerprint/fpc1540/sw42/fpc1540.mk
FPC_MODULE_TYPE=1542_C
@ -286,14 +308,26 @@ PRODUCT_COPY_FILES += \
# Location
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_COPY_FILES += \
device/google/felix/location/gps.xml.f10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml \
device/google/felix/location/lhd.conf.f10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/lhd.conf \
device/google/felix/location/scd.conf.f10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/scd.conf
ifneq (,$(filter 6.1, $(TARGET_LINUX_KERNEL_VERSION)))
PRODUCT_COPY_FILES += \
device/google/felix/location/gps.6.1.xml.f10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
else
PRODUCT_COPY_FILES += \
device/google/felix/location/gps.xml.f10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif
else
PRODUCT_COPY_FILES += \
device/google/felix/location/gps_user.xml.f10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml \
device/google/felix/location/lhd_user.conf.f10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/lhd.conf \
device/google/felix/location/scd_user.conf.f10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/scd.conf
ifneq (,$(filter 6.1, $(TARGET_LINUX_KERNEL_VERSION)))
PRODUCT_COPY_FILES += \
device/google/felix/location/gps_user.6.1.xml.f10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
else
PRODUCT_COPY_FILES += \
device/google/felix/location/gps_user.xml.f10:$(TARGET_COPY_OUT_VENDOR)/etc/gnss/gps.xml
endif
endif
PRODUCT_PACKAGES += \
@ -389,7 +423,7 @@ PRODUCT_COPY_FILES += \
# LE Audio Unicast Allowlist
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.allow_list=SM-R510
persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5
# Bluetooth EWP test tool
PRODUCT_PACKAGES_ENG += \
@ -412,3 +446,7 @@ PRODUCT_PACKAGES += \
NoCutoutOverlay \
AvoidAppsInCutoutOverlay
# Bluetooth device id
# Felix: 0x410C
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.device_id.product_id=16652