Merge cherrypicks of ['googleplex-android-review.googlesource.com/31083200'] into sparse-12847355-L37200030008575886.

SPARSE_CHANGE: Ibc84d73b0e1a496872b8d904b91655fc2cfb28ec

Change-Id: I4623bbc40868bbedf845736313fb02e8bde42b89
This commit is contained in:
Android Build Coastguard Worker 2024-12-24 22:53:53 -08:00
commit eabfebd9ca

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
# 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)
else
# Set this for older releases that don't use build flag
TARGET_SVN ?= 2
endif