Snap for 12085179 from 36db21a9ce
to 24Q4-release
Change-Id: I19e80110cf8d0e7793e3aad785c740f97ff5dd4e
This commit is contained in:
commit
43ee5b7212
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 ?= 53
|
||||||
|
endif
|
||||||
|
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=53
|
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