diff options
Diffstat (limited to 'target/product/vboot.mk')
-rw-r--r-- | target/product/vboot.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/vboot.mk b/target/product/vboot.mk index e4b1144f2..48a4883b4 100644 --- a/target/product/vboot.mk +++ b/target/product/vboot.mk @@ -22,3 +22,4 @@ PRODUCT_SUPPORTS_VBOOT := true # We expect this file to exist with the suffixes ".vbprivk" and ".vbpupk". # TODO: find a proper location for this PRODUCT_VBOOT_SIGNING_KEY := external/vboot_reference/tests/devkeys/kernel_data_key +PRODUCT_VBOOT_SIGNING_SUBKEY := external/vboot_reference/tests/devkeys/kernel_subkey |