shusky: Use build_flags for SVN

Flag: build.RELEASE_SVN_HUSKY
Flag: build.RELEASE_SVN_SHIBA
Bug: 332726030
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9c0b973e012e8a0de9b3094a573b2eeff93f0743)
Merged-In: I289ffb153c91536c3d505dba3efe6b9096dbad50
Change-Id: I289ffb153c91536c3d505dba3efe6b9096dbad50
This commit is contained in:
Lokesh Kumar Goel 2024-04-03 18:57:52 +00:00 committed by Android Build Coastguard Worker
parent 3555945dd0
commit 4ef15ac159
2 changed files with 16 additions and 2 deletions

View file

@ -395,8 +395,15 @@ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.vibrator.hal.pm.activetimeout=5
# Increment the SVN for any official public releases
ifdef RELEASE_SVN_HUSKY
TARGET_SVN ?= $(RELEASE_SVN_HUSKY)
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)
# WLC userdebug specific
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))

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 += \