Set boot security patch level for gs201

Bug: 201946955
Test: Build and see if the AVB property has the field
Change-Id: If2aa32ed689271dd553bcc18cb0ec309a2051ae0
This commit is contained in:
Tommy Chiu 2021-10-29 09:37:56 +00:00 committed by TreeHugger Robot
parent 3d43409602
commit 3a041b7055

View file

@ -29,6 +29,9 @@ POSTINSTALL_OPTIONAL_system=true
# Set Vendor SPL to match platform
VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
# Set boot SPL
BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
PRODUCT_SOONG_NAMESPACES += \
hardware/google/av \
hardware/google/gchips \