tegu: Set ro.vendor.build.svn

Flag: build.RELEASE_SVN_TEGU
Bug: 383638176
Test: boot
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e44e860da6277f4f857aef5dd0daa3d161461ec4)
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:84a108c3a67b8fc7d5f58c54922fb63a21ca4f7c)
Merged-In: I7d32a1060900095d80bab11a88965feac15537aa
Change-Id: I7d32a1060900095d80bab11a88965feac15537aa
This commit is contained in:
Wilson Sung 2024-12-25 22:23:00 -08:00 committed by Android Build Coastguard Worker
parent 61fc2f7e1a
commit 2a6c7bfa5c

View file

@ -435,11 +435,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
device/google/tegu/tegu-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/tegu-component-overrides.xml
# Enable APF by default
PRODUCT_VENDOR_PROPERTIES += \
vendor.powerhal.apf_disabled=false \
vendor.powerhal.apf_enabled=true
# Increment the SVN for any official public releases
ifdef RELEASE_SVN_TEGU
TARGET_SVN ?= $(RELEASE_SVN_TEGU)
@ -448,3 +443,8 @@ else
TARGET_SVN ?= 2
endif
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=$(TARGET_SVN)