Merge cherrypicks of ['googleplex-android-review.googlesource.com/27586231', 'googleplex-android-review.googlesource.com/26824328', 'googleplex-android-review.googlesource.com/28319518'] into 24Q3-release.

Change-Id: I82cb048cb14119b6b3c47a2e1aed3b4cf97e213a
This commit is contained in:
Android Build Coastguard Worker 2024-07-25 04:16:25 +00:00
commit b3dccf3ec2

View file

@ -217,8 +217,15 @@ PRODUCT_SOONG_NAMESPACES += \
device/google/felix
# Increment the SVN for any official public releases
ifdef RELEASE_SVN_FELIX
TARGET_SVN ?= $(RELEASE_SVN_FELIX)
else
# Set this for older releases that don't use build flag
TARGET_SVN ?= 54
endif
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=52
ro.vendor.build.svn=$(TARGET_SVN)
# Vibrator HAL
$(call soong_config_set,haptics,kernel_ver,v$(subst .,_,$(TARGET_LINUX_KERNEL_VERSION)))