Snap for 12085179 from 8062fbd55b to 24Q4-release

Change-Id: Ia5a0e7d3d4a3f8ce63479d5a7865cc9a522ecf63
This commit is contained in:
Android Build Coastguard Worker 2024-07-13 01:02:37 +00:00
commit 1ea576b81f
2 changed files with 16 additions and 2 deletions

View file

@ -193,8 +193,15 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
endif
# Increment the SVN for any official public releases
ifdef RELEASE_SVN_ORIOLE
TARGET_SVN ?= $(RELEASE_SVN_ORIOLE)
else
# Set this for older releases that don't use build flag
TARGET_SVN ?= 84
endif
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=84
ro.vendor.build.svn=$(TARGET_SVN)
# Set support hide display cutout feature
PRODUCT_PRODUCT_PROPERTIES += \

View file

@ -197,8 +197,15 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
endif
# Increment the SVN for any official public releases
ifdef RELEASE_SVN_RAVEN
TARGET_SVN ?= $(RELEASE_SVN_RAVEN)
else
# Set this for older releases that don't use build flag
TARGET_SVN ?= 84
endif
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=84
ro.vendor.build.svn=$(TARGET_SVN)
# Set support hide display cutout feature
PRODUCT_PRODUCT_PROPERTIES += \