aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Riordan <jriordan001@gmail.com>2016-08-03 01:34:17 -0400
committerNyks45 <winglow45@gmail.com>2016-09-10 03:11:16 +0300
commit9d6379d3b90109c7ea19f96d8913ac54849018a1 (patch)
tree6ac7f6bf75bc1004048c3d2e5898120e97e45d2a
parente970be5f3629d5d9bf9b8150b8fa467a76e1b1c5 (diff)
Add boot/recovery keys for M-bootloader image signing
Change-Id: Ibe7d52937ce33f3a9c3528f2dafb0d20ad44d83b
-rw-r--r--BoardConfig.mk7
-rw-r--r--keys/boot_z00a.sigbin0 -> 1076 bytes
-rw-r--r--keys/recovery_z00a.sigbin0 -> 1080 bytes
3 files changed, 7 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 6c61fad..03ce36b 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -19,6 +19,13 @@
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
new file mode 100644
index 0000000..642a030
--- /dev/null
+++ b/keys/boot_z00a.sig
Binary files differ
diff --git a/keys/recovery_z00a.sig b/keys/recovery_z00a.sig
new file mode 100644
index 0000000..26ab594
--- /dev/null
+++ b/keys/recovery_z00a.sig
Binary files differ