akita: Use build_flags for SVN
Flag: build.RELEASE_SVN_AKITA Bug: 332726030 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b04f5d3274477e116ba475bf27a1ff7e13efb7e0) Merged-In: Ia8a7f80c40eb39c8b2cf835ac7733da1585731d7 Change-Id: Ia8a7f80c40eb39c8b2cf835ac7733da1585731d7
This commit is contained in:
parent
b28873773c
commit
fa210a0165
1 changed files with 8 additions and 1 deletions
|
@ -381,8 +381,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