mirror of
https://github.com/S3NEO/android_device_samsung_matissewifi.git
synced 2024-10-31 19:37:29 +00:00
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:
parent
5b3cc953d3
commit
fdbb2eb735
4 changed files with 0 additions and 23 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
11
manifest.xml
11
manifest.xml
|
@ -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>
|
Loading…
Reference in a new issue