Merge cherrypicks of ['googleplex-android-review.googlesource.com/27366598', 'googleplex-android-review.googlesource.com/27630616', 'googleplex-android-review.googlesource.com/27697257', 'googleplex-android-review.googlesource.com/27696927', 'googleplex-android-review.googlesource.com/27695889', 'googleplex-android-review.googlesource.com/28086916', 'googleplex-android-review.googlesource.com/28321249', 'googleplex-android-review.googlesource.com/28321743', 'googleplex-android-review.googlesource.com/28319880'] into 24Q3-release.
Change-Id: I0388aa6f3be19409494efaeba54e86891c7348c0
This commit is contained in:
commit
47ace89fb8
1 changed files with 8 additions and 1 deletions
|
@ -381,8 +381,15 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
persist.vendor.vibrator.hal.context.settlingtime=5000
|
persist.vendor.vibrator.hal.context.settlingtime=5000
|
||||||
|
|
||||||
# Increment the SVN for any official public releases
|
# 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 ?= 18
|
||||||
|
endif
|
||||||
|
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=10
|
ro.vendor.build.svn=$(TARGET_SVN)
|
||||||
|
|
||||||
# Keyboard height ratio and bottom padding in dp for portrait mode
|
# Keyboard height ratio and bottom padding in dp for portrait mode
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue