Sfoglia il codice sorgente

sm8450-common: Copy keystore app attest permission from fw/native

Change-Id: I838b385bd03deb2b27f276806ecf02588df988d2
Arian 2 anni fa
parent
commit
fc509ec345
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      common.mk

+ 3 - 0
common.mk

@@ -227,6 +227,9 @@ PRODUCT_PACKAGES += \
     android.hardware.security.sharedsecret-V1-ndk_platform.vendor \
     libkeymaster_messages.vendor
 
+PRODUCT_COPY_FILES += \
+    frameworks/native/data/etc/android.hardware.keystore.app_attest_key.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.keystore.app_attest_key.xml
+
 # Media
 PRODUCT_PACKAGES += \
     [email protected]