[TEST] extra: product: Use generic ih8sn config for all devices

lineage-20.0
Nolen Johnson 2 years ago
parent 7102021553
commit 5d10dffd88
  1. 10
      product.mk

@ -31,13 +31,13 @@ endif
## ih8sn ## ih8sn
PRODUCT_PACKAGES += ih8sn PRODUCT_PACKAGES += ih8sn
ifneq ("$(wildcard vendor/extra/configs/ih8sn/ih8sn_$(subst lineage_,,$(TARGET_PRODUCT)).conf)","") #ifneq ("$(wildcard vendor/extra/configs/ih8sn/ih8sn_$(subst lineage_,,$(TARGET_PRODUCT)).conf)","")
PRODUCT_COPY_FILES += \ #PRODUCT_COPY_FILES += \
vendor/extra/configs/ih8sn/ih8sn_$(subst lineage_,,$(TARGET_PRODUCT)).conf:/system/etc/ih8sn.conf # vendor/extra/configs/ih8sn/ih8sn_$(subst lineage_,,$(TARGET_PRODUCT)).conf:/system/etc/ih8sn.conf
else #else
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
vendor/extra/configs/ih8sn/ih8sn_generic.conf:/system/etc/ih8sn.conf vendor/extra/configs/ih8sn/ih8sn_generic.conf:/system/etc/ih8sn.conf
endif #endif
## Media ## Media
#PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ #PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \

Loading…
Cancel
Save