sdm710-common: Build Xiaomi IR HIDL

Change-Id: I01378830151f3c6fff84f9c1f0ebcbff21e26e0e
This commit is contained in:
Sebastiano Barezzi
2022-02-09 15:15:55 +01:00
parent 56976c5f8b
commit 72dd785a51
3 changed files with 10 additions and 11 deletions

View File

@@ -1,4 +1,8 @@
[
{
"repository": "android_hardware_xiaomi",
"target_path": "hardware/xiaomi"
},
{
"repository": "android_kernel_xiaomi_sdm710",
"target_path": "kernel/xiaomi/sdm710"

View File

@@ -116,16 +116,6 @@
</interface>
<fqname>@2.1::IMapper/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.ir</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IConsumerIr</name>
<instance>default</instance>
</interface>
<fqname>@1.0::IConsumerIr/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport>hwbinder</transport>

View File

@@ -63,12 +63,17 @@ PRODUCT_PACKAGES += \
vendor.qti.hardware.camera.device@1.0.vendor \
vendor.qti.hardware.camera.postproc@1.0.vendor
# Consumer IR
PRODUCT_PACKAGES += \
android.hardware.ir@1.0-service.xiaomi
# Overlays
PRODUCT_ENFORCE_RRO_TARGETS := *
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
$(LOCAL_PATH) \
hardware/xiaomi
# Inherit the proprietary files
$(call inherit-product, vendor/xiaomi/sdm710-common/sdm710-common-vendor.mk)