Merge "shusky: Use build_flags for SVN" into main

This commit is contained in:
Lokesh Kumar Goel 2024-07-12 18:00:39 +00:00 committed by Android (Google) Code Review
commit e4414a1c2f
2 changed files with 16 additions and 2 deletions

View file

@ -402,8 +402,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

@ -379,8 +379,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 += \