diff options
| author | Jason Riordan <jriordan001@gmail.com> | 2016-08-03 01:34:17 -0400 |
|---|---|---|
| committer | Nyks45 <winglow45@gmail.com> | 2016-10-12 17:38:06 +0200 |
| commit | 42871ebed0d975ae57b57bcc5766df0739b3788c (patch) | |
| tree | 08121a30fe8e13ebf61fc267d3287c340c922507 | |
| parent | e2315e7c4f5f97525943e1504feeb4655b165836 (diff) | |
Add boot/recovery keys for M-bootloader image signing
Change-Id: Ibe7d52937ce33f3a9c3528f2dafb0d20ad44d83b
| -rw-r--r-- | BoardConfig.mk | 4 | ||||
| -rw-r--r-- | keys/boot_z00a.sig | bin | 0 -> 1076 bytes | |||
| -rw-r--r-- | keys/recovery_z00a.sig | bin | 0 -> 1080 bytes |
3 files changed, 4 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index c978c05..03ce36b 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -22,6 +22,10 @@ TARGET_RELEASETOOLS_EXTENSIONS := device/asus/Z00A # Charger BOARD_HEALTHD_CUSTOM_CHARGER_RES := device/asus/Z00A/charger/images +# Mkbootimg +BOARD_BOOT_KEY := device/asus/Z00A/keys/boot_z00a.sig +BOARD_RECOVERY_KEY := device/asus/Z00A/keys/recovery_z00a.sig + # Partitions BOARD_USERDATAIMAGE_PARTITION_SIZE := 59261286400 diff --git a/keys/boot_z00a.sig b/keys/boot_z00a.sig Binary files differnew file mode 100644 index 0000000..642a030 --- /dev/null +++ b/keys/boot_z00a.sig diff --git a/keys/recovery_z00a.sig b/keys/recovery_z00a.sig Binary files differnew file mode 100644 index 0000000..26ab594 --- /dev/null +++ b/keys/recovery_z00a.sig |
