Merge cherrypicks of ['googleplex-android-review.googlesource.com/31083200', 'googleplex-android-review.googlesource.com/31093893'] into sparse-12859276-L37600030008667103.

SPARSE_CHANGE: Ibc84d73b0e1a496872b8d904b91655fc2cfb28ec
SPARSE_CHANGE: I7d32a1060900095d80bab11a88965feac15537aa

Change-Id: I2f42b0439471430fc49d5e4e5c78564d00a9028c
This commit is contained in:
Android Build Coastguard Worker 2025-01-01 04:31:01 -08:00
commit f25a056969

View file

@ -434,3 +434,17 @@ PRODUCT_COPY_FILES += \
#Component Override for Pixel Troubleshooting App
PRODUCT_COPY_FILES += \
device/google/tegu/tegu-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/tegu-component-overrides.xml
# Increment the SVN for any official public releases
ifdef RELEASE_SVN_TEGU
TARGET_SVN ?= $(RELEASE_SVN_TEGU)
else
# Set this for older releases that don't use build flag
TARGET_SVN ?= 2
endif
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=$(TARGET_SVN)