From f921a492bbc66f1342932327410c44b175b06290 Mon Sep 17 00:00:00 2001 From: Garret Kelly Date: Mon, 24 Jun 2019 11:57:44 -0400 Subject: Set BOOT_SECURITY_PATCH during build This property is now used during boot to provide the TEE-backed keymaster with the correct boot SPL. Set it to the platform SPL until it diverges as part of an update. Bug: 119549677 Test: verified boot.img has property using avbtool Change-Id: Ice8e7747059492fc8729128e99119d8678fe5562 --- device-common.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'device-common.mk') diff --git a/device-common.mk b/device-common.mk index 36947127..2ff1ccf3 100644 --- a/device-common.mk +++ b/device-common.mk @@ -37,6 +37,9 @@ PRODUCT_PROPERTY_OVERRIDES += debug.stagefright.omx_default_rank=512 # Setting vendor SPL VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH) +# Set boot SPL +BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH) + # MIDI feature PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml -- cgit v1.2.3