Merge cherrypicks of ['googleplex-android-review.googlesource.com/31083200', 'googleplex-android-review.googlesource.com/31093893'] into 25D4-release.
Change-Id: Ie1eebc95ec6940fc50e0985dc677a07bc77e7c2a
This commit is contained in:
commit
d765ca013e
1 changed files with 14 additions and 0 deletions
|
@ -434,3 +434,17 @@ PRODUCT_COPY_FILES += \
|
||||||
#Component Override for Pixel Troubleshooting App
|
#Component Override for Pixel Troubleshooting App
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/tegu/tegu-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/tegu-component-overrides.xml
|
device/google/tegu/tegu-component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/tegu-component-overrides.xml
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
ro.vendor.build.svn=$(TARGET_SVN)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue