From 3a041b7055e98603c5a59c0b5ab563a8dfd6d0f6 Mon Sep 17 00:00:00 2001 From: Tommy Chiu Date: Fri, 29 Oct 2021 09:37:56 +0000 Subject: [PATCH] Set boot security patch level for gs201 Bug: 201946955 Test: Build and see if the AVB property has the field Change-Id: If2aa32ed689271dd553bcc18cb0ec309a2051ae0 --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index 1edec1e5..28f4079b 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 \