Merge cherrypicks of ['googleplex-android-review.googlesource.com/31083200'] into sparse-12847355-L37200030008575886.
SPARSE_CHANGE: Ibc84d73b0e1a496872b8d904b91655fc2cfb28ec Change-Id: I4623bbc40868bbedf845736313fb02e8bde42b89
This commit is contained in:
commit
eabfebd9ca
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