KM: Add Device ID attestation support
Reference: ag/14623068 Bug: 222635310 Test: android.keystore.cts.KeyAttestationTest#testMandatoryDeviceidAttestation Change-Id: I4acfaf0d82e5805c84b36d0750d7e013de8a83ea
This commit is contained in:
parent
f363704a92
commit
548aa0c030
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue