From baa3bf380182be23ccdfa2b374df26e18c475c59 Mon Sep 17 00:00:00 2001 From: Shawn Willden Date: Mon, 12 Jul 2021 11:07:46 -0600 Subject: [PATCH] Set boot security patch level for gs101 Bug: 193423844 Test: Build and see if the AVB property has the field Change-Id: I44fdf4f58d41650d53ba2aac470232fa71c228bb --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index afaddcc8..86f6e6ef 100644 --- a/device.mk +++ b/device.mk @@ -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 \