Snap for 12085179 from 14836e4e75
to 24Q4-release
Change-Id: I9dd618f575ed21d37cb39cf6f5012dbe2ab227c8
This commit is contained in:
commit
a3992014e1
1 changed files with 8 additions and 1 deletions
|
@ -385,8 +385,15 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
persist.vendor.vibrator.hal.context.settlingtime=5000
|
||||
|
||||
# Increment the SVN for any official public releases
|
||||
ifdef RELEASE_SVN_AKITA
|
||||
TARGET_SVN ?= $(RELEASE_SVN_AKITA)
|
||||
else
|
||||
# Set this for older releases that don't use build flag
|
||||
TARGET_SVN ?= 15
|
||||
endif
|
||||
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.svn=15
|
||||
ro.vendor.build.svn=$(TARGET_SVN)
|
||||
|
||||
# Keyboard height ratio and bottom padding in dp for portrait mode
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue