aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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