summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorGarret Kelly <gdk@google.com>2019-06-24 11:57:44 -0400
committerGarret Kelly <gdk@google.com>2019-06-24 13:20:31 -0400
commitf921a492bbc66f1342932327410c44b175b06290 (patch)
treee049b19ec310127ff97a930aeb77e35dc61b554d /device-common.mk
parent55c07d4c47896dcf1ae083d725c7539462f9137e (diff)
downloadbonito-f921a492bbc66f1342932327410c44b175b06290.tar.gz
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
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk3
1 files changed, 3 insertions, 0 deletions
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