From ed5397d30ba4acd352d89b395e2c1a84f0495532 Mon Sep 17 00:00:00 2001 From: Denny cy Lee Date: Wed, 20 Jul 2022 11:28:55 +0000 Subject: [PATCH] HwInfo: Move hardware info sepolicy to pixel common Bug: 215271971 Test: no sepolicy for hardware info Change-Id: I36d777dc0068ad7a4d1237797b69e421587f0c19 Signed-off-by: Denny cy Lee --- device.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device.mk b/device.mk index e0ec9f3f..e88dd1df 100644 --- a/device.mk +++ b/device.mk @@ -1102,3 +1102,6 @@ DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE := device/google/zuma/device_framework_ 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 + +# Hardware Info Collection +include hardware/google/pixel/HardwareInfo/HardwareInfo.mk