tegu: Update SVN to 2
Flag: build.RELEASE_SVN_TEGU Bug: 383638176 Test: boot (cherry picked from commit d53b263bfbe0e432229503aa508a6087e8a7fb45) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d88eee4e8711a7194d7f9d63fd6697cfcfabdca4) Merged-In: Ibc84d73b0e1a496872b8d904b91655fc2cfb28ec Change-Id: Ibc84d73b0e1a496872b8d904b91655fc2cfb28ec
This commit is contained in:
parent
686490ab89
commit
a479687415
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue