From 3fe2bb390388b5a42afeff7cfd6204c410b3c2ff Mon Sep 17 00:00:00 2001 From: Eamon Powell Date: Tue, 17 Mar 2020 20:50:51 +1100 Subject: [PATCH] Don't copy aosp_excluded_hardware.xml to vendor Change-Id: I9ae662e47b4bf8d9506f3938d9f4217acf947dc2 --- aosp_common.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/aosp_common.mk b/aosp_common.mk index d4d8d94a..5ba98821 100644 --- a/aosp_common.mk +++ b/aosp_common.mk @@ -53,7 +53,3 @@ $(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