matissewifi: nuke IR

Since there isn't a lot of interest on keeping this and it hasn't been never tested, nuke that.
This commit is contained in:
matteo0026 2020-10-06 14:16:38 +02:00
parent b418dd421d
commit d66ed399be
4 changed files with 0 additions and 23 deletions

View File

@ -22,8 +22,5 @@ TARGET_OTA_ASSERT_DEVICE := matissewifi
# 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

View File

@ -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)

View File

@ -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

View File

@ -1,11 +0,0 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.ir</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IConsumerIr</name>
<instance>default</instance>
</interface>
</hal>
</manifest>