Merge "Merge 24Q3 (ab/AP3A.240905.001) to aosp-main-future" into aosp-main-future
This commit is contained in:
commit
5d40c09b2d
1 changed files with 8 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue