Merge 24Q3 (ab/AP3A.240905.001) to aosp-main-future
Bug: 347831320 Merged-In: Idcef1730cec758e776380497d78321cceca300bb Change-Id: I705123da476fbd7169909a6dae6c9d99a9b9ce34
This commit is contained in:
commit
d9fbbd087c
1 changed files with 8 additions and 1 deletions
|
@ -129,8 +129,15 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||||
device/google/bluejay
|
device/google/bluejay
|
||||||
|
|
||||||
# Increment the SVN for any official public releases
|
# Increment the SVN for any official public releases
|
||||||
|
ifdef RELEASE_SVN_BLUEJAY
|
||||||
|
TARGET_SVN ?= $(RELEASE_SVN_BLUEJAY)
|
||||||
|
else
|
||||||
|
# Set this for older releases that don't use build flag
|
||||||
|
TARGET_SVN ?= 64
|
||||||
|
endif
|
||||||
|
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=62
|
ro.vendor.build.svn=$(TARGET_SVN)
|
||||||
|
|
||||||
# DCK properties based on target
|
# DCK properties based on target
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue