diff --git a/device.mk b/device.mk index cb11e69a..7c4f6043 100644 --- a/device.mk +++ b/device.mk @@ -1068,3 +1068,8 @@ PRODUCT_PACKAGES_DEBUG += BatteryStatsViewer # (TODO: b/169535506) This includes the FCM for system_ext and product partition. # It must be split into the FCM of each partition. DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/gs201/device_framework_matrix_product.xml + +# Keymint configuration +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 \ + frameworks/native/data/etc/android.hardware.device_unique_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.device_unique_attestation.xml