shusky: Use build_flags for SVN

Flag: build.RELEASE_SVN_HUSKY
Flag: build.RELEASE_SVN_SHIBA
Bug: 332726030
Change-Id: I289ffb153c91536c3d505dba3efe6b9096dbad50
This commit is contained in:
Lokesh Kumar Goel 2024-04-03 18:57:52 +00:00
parent 357cc1f618
commit 9c0b973e01
2 changed files with 16 additions and 2 deletions

View file

@ -372,8 +372,15 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.vibrator.hal.pm.activetimeout=5
# Increment the SVN for any official public releases
ifdef RELEASE_SVN_SHIBA
TARGET_SVN ?= $(RELEASE_SVN_SHIBA)
else
# Set this for older releases that don't use build flag
TARGET_SVN ?= 32
endif
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=32
ro.vendor.build.svn=$(TARGET_SVN)
# P23 Devices no longer need rlsservice
PRODUCT_VENDOR_PROPERTIES += \