pantah: Use build_flags for SVN
Flag: build.RELEASE_SVN_CHEETAH Flag: build.RELEASE_SVN_PANTHER Bug: 332726030 Change-Id: I97d624c43e943e2dc21efc2edb8360c43a4e48aa
This commit is contained in:
parent
f66141fb8a
commit
5d8a141aad
2 changed files with 16 additions and 2 deletions
|
@ -317,8 +317,15 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
vendor.zram.size=3g
|
||||
|
||||
# Increment the SVN for any official public releases
|
||||
ifdef RELEASE_SVN_PANTHER
|
||||
TARGET_SVN ?= $(RELEASE_SVN_PANTHER)
|
||||
else
|
||||
# Set this for older releases that don't use build flag
|
||||
TARGET_SVN ?= 59
|
||||
endif
|
||||
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.svn=59
|
||||
ro.vendor.build.svn=$(TARGET_SVN)
|
||||
|
||||
# DCK properties based on target
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue