tegu: Set ro.vendor.build.svn
Flag: build.RELEASE_SVN_TEGU Bug: 383638176 Test: boot (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e44e860da6277f4f857aef5dd0daa3d161461ec4) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:84a108c3a67b8fc7d5f58c54922fb63a21ca4f7c) Merged-In: I7d32a1060900095d80bab11a88965feac15537aa Change-Id: I7d32a1060900095d80bab11a88965feac15537aa
This commit is contained in:
parent
a479687415
commit
3ffb508b5c
1 changed files with 5 additions and 5 deletions
|
@ -435,11 +435,6 @@ PRODUCT_COPY_FILES += \
|
|||
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)
|
||||
|
@ -448,3 +443,8 @@ else
|
|||
TARGET_SVN ?= 2
|
||||
endif
|
||||
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.svn=$(TARGET_SVN)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue