lynx: Use build_flags for SVN
Flag: build.RELEASE_SVN_LYNX Bug: 332726030 Change-Id: Id2c31d9b6b8db9d7948a7a1174be141e3b913171
This commit is contained in:
parent
22efb793b7
commit
a6d2650cbf
1 changed files with 8 additions and 1 deletions
|
@ -223,8 +223,15 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
vendor.zram.size=3g
|
vendor.zram.size=3g
|
||||||
|
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
|
ifdef RELEASE_SVN_LYNX
|
||||||
|
TARGET_SVN ?= $(RELEASE_SVN_LYNX)
|
||||||
|
else
|
||||||
|
# Set this for older releases that don't use build flag
|
||||||
|
TARGET_SVN ?= 44
|
||||||
|
endif
|
||||||
|
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=44
|
ro.vendor.build.svn=$(TARGET_SVN)
|
||||||
|
|
||||||
# Set support hide display cutout feature
|
# Set support hide display cutout feature
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue