diff options
| author | Max Bires <jbires@google.com> | 2018-06-19 10:05:00 -0700 |
|---|---|---|
| committer | razorloves <razorloves@gmail.com> | 2019-03-01 01:17:33 -0600 |
| commit | ee8002a8d879b7b81bdf8c9ce80abdbbd7b943af (patch) | |
| tree | d3c3c2b46e6d73b43282fe3d4e0402c7601cf7d7 | |
| parent | 9ba2f6f01157b574bf177cf2bf2b6a134a5dda92 (diff) | |
marlin: Adding VENDOR_SECURITY_PATCH level definition.
This will fix failing CTS tests for blueline/crosshatch.
Bug: 80210450
Test: CTS tests pass
Change-Id: I0d923d4eb67ddef3be81409676472fe520bbacf5
| -rw-r--r-- | device-common.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk index 1a8fdc28..595cde9e 100644 --- a/device-common.mk +++ b/device-common.mk @@ -26,6 +26,9 @@ endif PRODUCT_SHIPPING_API_LEVEL := 25 +# Setting vendor SPL +VENDOR_SECURITY_PATCH := "2019-02-05" + PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.verified_boot.xml:system/etc/permissions/android.software.verified_boot.xml |
