device.mk: Freeze vendor security patch 2021-09-05 am: 97a63828db am: a7f7d69d66
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15520496 Change-Id: If4e26c7c6e63be46c10ef6771dfaf8b45288d69b
This commit is contained in:
commit
8a147370a2
1 changed files with 5 additions and 0 deletions
|
@ -26,8 +26,13 @@ AB_OTA_POSTINSTALL_CONFIG += \
|
||||||
FILESYSTEM_TYPE_system=ext4 \
|
FILESYSTEM_TYPE_system=ext4 \
|
||||||
POSTINSTALL_OPTIONAL_system=true
|
POSTINSTALL_OPTIONAL_system=true
|
||||||
|
|
||||||
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||||
|
# STOPSHIP (b/187105270) hack: temp freeze to a lower security patch
|
||||||
|
VENDOR_SECURITY_PATCH = 2021-09-05
|
||||||
|
else
|
||||||
# Set Vendor SPL to match platform
|
# Set Vendor SPL to match platform
|
||||||
VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
||||||
|
endif
|
||||||
|
|
||||||
# Set boot SPL
|
# Set boot SPL
|
||||||
BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue