Merge cherrypicks of ['googleplex-android-review.googlesource.com/31083200', 'googleplex-android-review.googlesource.com/31093893'] into sparse-12859276-L57500030008666619.
SPARSE_CHANGE: Ibc84d73b0e1a496872b8d904b91655fc2cfb28ec SPARSE_CHANGE: I7d32a1060900095d80bab11a88965feac15537aa Change-Id: I2fe93b4163e5b8dcd954c55829f7cb28a3c1d7d6
This commit is contained in:
commit
5935eb9a53
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
|
||||
|
||||
# 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