From 794083a6ac8ab2731bb13c028ed6d47dd09fd33f Mon Sep 17 00:00:00 2001 From: razorloves Date: Mon, 21 Jun 2021 01:07:22 -0500 Subject: [PATCH] build: Exclude generic libnfc-nci.conf This is overwriting the device specific config. Change-Id: I0f07c17951b9b186349a9a96bf2fad1208d86ab1 --- target/product/aosp_product.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/product/aosp_product.mk b/target/product/aosp_product.mk index 1dfda3ede1..3c9317c6ea 100644 --- a/target/product/aosp_product.mk +++ b/target/product/aosp_product.mk @@ -39,14 +39,14 @@ PRODUCT_PACKAGES += \ preinstalled-packages-platform-aosp-product.xml \ WallpaperPicker \ +ifeq ($(HAVOC_BUILD),) # Telephony: # Provide a APN configuration to GSI product -ifeq ($(HAVOC_BUILD),) PRODUCT_COPY_FILES += \ device/sample/etc/apns-full-conf.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/apns-conf.xml -endif # NFC: # Provide a libnfc-nci.conf to GSI product PRODUCT_COPY_FILES += \ device/generic/common/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_PRODUCT)/etc/libnfc-nci.conf +endif