shusky: Use build_flags for SVN
Flag: build.RELEASE_SVN_HUSKY Flag: build.RELEASE_SVN_SHIBA Bug: 332726030 Change-Id: I289ffb153c91536c3d505dba3efe6b9096dbad50
This commit is contained in:
parent
357cc1f618
commit
9c0b973e01
2 changed files with 16 additions and 2 deletions
|
@ -395,8 +395,15 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.vibrator.hal.pm.activetimeout=5
|
ro.vendor.vibrator.hal.pm.activetimeout=5
|
||||||
|
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
|
ifdef RELEASE_SVN_HUSKY
|
||||||
|
TARGET_SVN ?= $(RELEASE_SVN_HUSKY)
|
||||||
|
else
|
||||||
|
# Set this for older releases that don't use build flag
|
||||||
|
TARGET_SVN ?= 32
|
||||||
|
endif
|
||||||
|
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=32
|
ro.vendor.build.svn=$(TARGET_SVN)
|
||||||
|
|
||||||
# WLC userdebug specific
|
# WLC userdebug specific
|
||||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
|
|
@ -372,8 +372,15 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.vibrator.hal.pm.activetimeout=5
|
ro.vendor.vibrator.hal.pm.activetimeout=5
|
||||||
|
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
|
ifdef RELEASE_SVN_SHIBA
|
||||||
|
TARGET_SVN ?= $(RELEASE_SVN_SHIBA)
|
||||||
|
else
|
||||||
|
# Set this for older releases that don't use build flag
|
||||||
|
TARGET_SVN ?= 32
|
||||||
|
endif
|
||||||
|
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=32
|
ro.vendor.build.svn=$(TARGET_SVN)
|
||||||
|
|
||||||
# P23 Devices no longer need rlsservice
|
# P23 Devices no longer need rlsservice
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue