Set boot security patch level for gs101

Bug: 193423844
Test: Build and see if the AVB property has the field
Change-Id: I44fdf4f58d41650d53ba2aac470232fa71c228bb
This commit is contained in:
Shawn Willden 2021-07-12 11:07:46 -06:00 committed by TreeHugger Robot
parent e90e9f58bf
commit baa3bf3801

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 \