From 4a3c3fb15f198e735565a98a492cd1104385273b Mon Sep 17 00:00:00 2001 From: Tommy Chiu Date: Wed, 12 Oct 2022 12:21:52 +0000 Subject: [PATCH] aosp_common: Remove device_id_attestation from aosp build Bug: 246959736 Change-Id: Ic3a949afbb29289a4f52a013de7e65e3b28026cd --- aosp_common.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aosp_common.mk b/aosp_common.mk index 5ba98821..d4d8d94a 100644 --- a/aosp_common.mk +++ b/aosp_common.mk @@ -53,3 +53,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk) # TODO: fix # PRODUCT_RESTRICT_VENDOR_FILES := all + +# Exclude features that are not available on AOSP devices. +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/aosp_excluded_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/aosp_excluded_hardware.xml \ No newline at end of file