aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjrior001 <jriordan001@gmail.com>2016-11-17 09:20:45 -0500
committerNyks45 <winglow45@gmail.com>2016-11-17 21:33:55 +0300
commite2d8be6384eed332d387ccdfc89333442ebe73e4 (patch)
tree3c1f82b5d50809350074671b1b628d05091f069b
parent689f5eab4ea0f941d2f0a03bc21ab94438500ae6 (diff)
Z00A: copy boot signature to $OUT for on device signing
Change-Id: I4dd2975acfc2ad990727dacb844db9b755ac273f
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 2942b41..4241209 100644
--- a/device.mk
+++ b/device.mk
@@ -29,6 +29,10 @@ $(call inherit-product-if-exists, frameworks/native/build/phone-xxhdpi-2048-hwui
DEVICE_PACKAGE_OVERLAYS := \
device/asus/Z00A/overlay
+# Boot image Signature
+PRODUCT_COPY_FILES += \
+ device/asus/Z00A/keys/boot_z00a.sig:install/bin/boot.sig
+
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml