bluejay: Use build_flags for SVN

Flag: build.RELEASE_SVN_BLUEJAY
Bug: 332726030
Change-Id: Icd47852ca9d8cc84c4dca145197eab0e671b596c
This commit is contained in:
Lokesh Kumar Goel 2024-04-03 20:55:15 +00:00
parent fa39f73b76
commit 0bb1e8b00a

View file

@ -129,8 +129,15 @@ PRODUCT_SOONG_NAMESPACES += \
device/google/bluejay device/google/bluejay
# Increment the SVN for any official public releases # Increment the SVN for any official public releases
ifdef RELEASE_SVN_BLUEJAY
TARGET_SVN ?= $(RELEASE_SVN_BLUEJAY)
else
# Set this for older releases that don't use build flag
TARGET_SVN ?= 63
endif
PRODUCT_VENDOR_PROPERTIES += \ PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=63 ro.vendor.build.svn=$(TARGET_SVN)
# DCK properties based on target # DCK properties based on target
PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \