Merge 24Q3 (ab/AP3A.240905.001) to aosp-main-future

Bug: 347831320
Merged-In: I9ae3af899655057a07488fee2e085cd1884fcca0
Change-Id: I6899d6ea16d21fbc9fc0e5a4c38a5c167bcfa9ce
This commit is contained in:
Xin Li 2024-08-08 11:15:48 -07:00
commit 31e5fe9c9c

View File

@ -211,8 +211,15 @@ PRODUCT_VENDOR_PROPERTIES += \
vendor.zram.size=3g
# Increment the SVN for any official public releases
ifdef RELEASE_SVN_LYNX
TARGET_SVN ?= $(RELEASE_SVN_LYNX)
else
# Set this for older releases that don't use build flag
TARGET_SVN ?= 45
endif
PRODUCT_VENDOR_PROPERTIES += \
ro.vendor.build.svn=43
ro.vendor.build.svn=$(TARGET_SVN)
# Set support hide display cutout feature
PRODUCT_PRODUCT_PROPERTIES += \