Merge "Merge 24Q3 (ab/AP3A.240905.001) to aosp-main-future" into aosp-main-future

This commit is contained in:
Xin Li 2024-08-12 17:14:18 +00:00 committed by Android (Google) Code Review
commit 5d40c09b2d

View file

@ -217,8 +217,15 @@ PRODUCT_SOONG_NAMESPACES += \
device/google/felix device/google/felix
# Increment the SVN for any official public releases # 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 += \ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=52 ro.vendor.build.svn=$(TARGET_SVN)
# Vibrator HAL # Vibrator HAL
$(call soong_config_set,haptics,kernel_ver,v$(subst .,_,$(TARGET_LINUX_KERNEL_VERSION))) $(call soong_config_set,haptics,kernel_ver,v$(subst .,_,$(TARGET_LINUX_KERNEL_VERSION)))