From: Nolen Johnson Date: Sun, 9 Jun 2024 17:58:57 +0000 (-0400) Subject: wade: Build and pull IR blobs X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e944c284563d30f6b7e6f9a3f5975c1a8d75827c;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_askey_wade.git wade: Build and pull IR blobs Change-Id: Ifa951c7275885e5da15ca492423dc86d19f1c3c6 --- diff --git a/BoardConfig.mk b/BoardConfig.mk index e4b956d..211d69e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,6 +19,9 @@ TARGET_BOOTLOADER_BOARD_NAME := wade TARGET_DTB_NAME := g12a_s905x2_u212_sti6130d3x0 TARGET_DTBO_NAME := sti6140d350_overlay +## HIDL +DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml + ## Partitions BOARD_SUPER_PARTITION_SIZE := 1677721600 diff --git a/device.mk b/device.mk index 0f463ff..c2859bd 100644 --- a/device.mk +++ b/device.mk @@ -18,6 +18,14 @@ endif PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/init-files/init.amlogic.wifi_buildin.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.amlogic.wifi_buildin.rc +## IR +PRODUCT_PACKAGES += \ + android.hardware.ir@1.0-service \ + android.hardware.ir@1.0-impl + +PRODUCT_COPY_FILES += \ + frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml + ## Kernel Modules PRODUCT_PACKAGES += \ dhd diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 0000000..d121684 --- /dev/null +++ b/manifest.xml @@ -0,0 +1,12 @@ + + + + android.hardware.ir + hwbinder + 1.0 + + IConsumerIr + default + + + diff --git a/proprietary-files.txt b/proprietary-files.txt index ac05904..99bc3f7 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -30,6 +30,11 @@ vendor/lib/libsubtitlebinder.so vendor/lib/libsubtitlemanager_jni.so vendor/lib/vendor.amlogic.hardware.subtitleserver@1.0.so +## IR +vendor/etc/init/init.hbg.remote.rc|c03db2bffcec0495cd952498cc71128811195246 +vendor/etc/remote.txt|9ad9e7e511b8bfa59af837c90aebb02a880096b2 +vendor/lib/hw/consumerir.amlogic.so|e0b675d2ca48fedf452fd028d92bd98972eba738 + ## NRDP vendor/etc/nrdp_audio_platform_capabilities.json vendor/etc/nrdp_audio_platform_capabilities_ms12.json