From 5d10dffd880225bbf38e71d4fdb4824466105af3 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sat, 1 Apr 2023 23:30:35 -0400 Subject: [PATCH] [TEST] extra: product: Use generic ih8sn config for all devices --- product.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/product.mk b/product.mk index 9acf14c..a7518f0 100644 --- a/product.mk +++ b/product.mk @@ -31,13 +31,13 @@ endif ## ih8sn PRODUCT_PACKAGES += ih8sn -ifneq ("$(wildcard vendor/extra/configs/ih8sn/ih8sn_$(subst lineage_,,$(TARGET_PRODUCT)).conf)","") -PRODUCT_COPY_FILES += \ - vendor/extra/configs/ih8sn/ih8sn_$(subst lineage_,,$(TARGET_PRODUCT)).conf:/system/etc/ih8sn.conf -else +#ifneq ("$(wildcard vendor/extra/configs/ih8sn/ih8sn_$(subst lineage_,,$(TARGET_PRODUCT)).conf)","") +#PRODUCT_COPY_FILES += \ +# vendor/extra/configs/ih8sn/ih8sn_$(subst lineage_,,$(TARGET_PRODUCT)).conf:/system/etc/ih8sn.conf +#else PRODUCT_COPY_FILES += \ vendor/extra/configs/ih8sn/ih8sn_generic.conf:/system/etc/ih8sn.conf -endif +#endif ## Media #PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \