From fdbb2eb73537c200b498d19f19c0411a4c7863da Mon Sep 17 00:00:00 2001 From: matteo0026 Date: Tue, 6 Oct 2020 14:16:38 +0200 Subject: [PATCH] matissewifi: nuke IR Since there isn't a lot of interest on keeping this and it hasn't been never tested, nuke that. --- BoardConfig.mk | 3 --- device.mk | 8 -------- lineage_matissewifi.mk | 1 - manifest.xml | 11 ----------- 4 files changed, 23 deletions(-) delete mode 100644 manifest.xml diff --git a/BoardConfig.mk b/BoardConfig.mk index a326423..1b39e10 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -22,8 +22,5 @@ TARGET_OTA_ASSERT_DEVICE := matisse,matissewifi,matissewifiue # Kernel TARGET_KERNEL_CONFIG := lineage_matissewifi_defconfig -# HIDL -DEVICE_MANIFEST_FILE += device/samsung/matissewifi/manifest.xml - # inherit from the proprietary version -include vendor/samsung/matissewifi/BoardConfigVendor.mk diff --git a/device.mk b/device.mk index 81d6aed..38bee3a 100644 --- a/device.mk +++ b/device.mk @@ -20,14 +20,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) # Overlays DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay -# Permissions -PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml - -# IR Blaster -PRODUCT_PACKAGES += \ - android.hardware.ir@1.0-service.samsung - # Get non-open-source specific aspects $(call inherit-product-if-exists, vendor/samsung/matissewifi/matissewifi-vendor.mk) diff --git a/lineage_matissewifi.mk b/lineage_matissewifi.mk index 7eddc1a..0d4a4de 100644 --- a/lineage_matissewifi.mk +++ b/lineage_matissewifi.mk @@ -18,7 +18,6 @@ # Inherit some common LineageOS stuff. $(call inherit-product, vendor/lineage/config/common_full_tablet_wifionly.mk) - $(call inherit-product, device/samsung/matissewifi/full_matissewifi.mk) PRODUCT_DEVICE := matissewifi diff --git a/manifest.xml b/manifest.xml deleted file mode 100644 index ab040c3..0000000 --- a/manifest.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - android.hardware.ir - hwbinder - 1.0 - - IConsumerIr - default - - -