Merge cherrypicks of ['googleplex-android-review.googlesource.com/27588357', 'googleplex-android-review.googlesource.com/27586831', 'googleplex-android-review.googlesource.com/26823864', 'googleplex-android-review.googlesource.com/28319512', 'googleplex-android-review.googlesource.com/28320529'] into 24Q3-release.
Change-Id: Ibf841eb6c51608271f07bf930603a882c8ad46c6
This commit is contained in:
commit
70dec708d5
2 changed files with 16 additions and 2 deletions
|
@ -322,8 +322,15 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
vendor.zram.size=3g
|
||||
|
||||
# Increment the SVN for any official public releases
|
||||
ifdef RELEASE_SVN_CHEETAH
|
||||
TARGET_SVN ?= $(RELEASE_SVN_CHEETAH)
|
||||
else
|
||||
# Set this for older releases that don't use build flag
|
||||
TARGET_SVN ?= 60
|
||||
endif
|
||||
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.svn=58
|
||||
ro.vendor.build.svn=$(TARGET_SVN)
|
||||
|
||||
# DCK properties based on target
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
|
@ -305,8 +305,15 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
vendor.zram.size=3g
|
||||
|
||||
# Increment the SVN for any official public releases
|
||||
ifdef RELEASE_SVN_PANTHER
|
||||
TARGET_SVN ?= $(RELEASE_SVN_PANTHER)
|
||||
else
|
||||
# Set this for older releases that don't use build flag
|
||||
TARGET_SVN ?= 60
|
||||
endif
|
||||
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
ro.vendor.build.svn=58
|
||||
ro.vendor.build.svn=$(TARGET_SVN)
|
||||
|
||||
# DCK properties based on target
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue