FP4: Copy out permission for target that supports Device ID attestation

 * https://source.android.com/security/keystore/attestation

Change-Id: Ibeebb76e45338c24d41d82b680c3353af3ca478f
diff --git a/device.mk b/device.mk
index d21786c..48232a9 100644
--- a/device.mk
+++ b/device.mk
@@ -114,6 +114,10 @@
 # DebugFS
 PRODUCT_SET_DEBUGFS_RESTRICTIONS := true
 
+# Device ID attestation
+PRODUCT_COPY_FILES += \
+    frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml
+
 # Display
 PRODUCT_PACKAGES += \
     android.hardware.graphics.mapper@3.0-impl-qti-display \