diff options
| author | jrior001 <jriordan001@gmail.com> | 2016-11-17 09:20:45 -0500 |
|---|---|---|
| committer | Nyks45 <winglow45@gmail.com> | 2016-11-17 21:33:55 +0300 |
| commit | e2d8be6384eed332d387ccdfc89333442ebe73e4 (patch) | |
| tree | 3c1f82b5d50809350074671b1b628d05091f069b | |
| parent | 689f5eab4ea0f941d2f0a03bc21ab94438500ae6 (diff) | |
Z00A: copy boot signature to $OUT for on device signing
Change-Id: I4dd2975acfc2ad990727dacb844db9b755ac273f
| -rw-r--r-- | device.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
