lynx: Use build_flags for SVN

Flag: build.RELEASE_SVN_LYNX
Bug: 332726030
Change-Id: Id2c31d9b6b8db9d7948a7a1174be141e3b913171
This commit is contained in:
Lokesh Kumar Goel 2024-04-04 00:11:05 +00:00
parent 22efb793b7
commit a6d2650cbf

View File

@ -223,8 +223,15 @@ PRODUCT_VENDOR_PROPERTIES += \
vendor.zram.size=3g
# 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 += \
ro.vendor.build.svn=44
ro.vendor.build.svn=$(TARGET_SVN)
# Set support hide display cutout feature
PRODUCT_PRODUCT_PROPERTIES += \