Skip to content

Commit

Permalink
sdm710-common: Build Xiaomi IR HIDL
Browse files Browse the repository at this point in the history
Change-Id: I01378830151f3c6fff84f9c1f0ebcbff21e26e0e
  • Loading branch information
SebaUbuntu committed May 18, 2022
1 parent 56976c5 commit 72dd785
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
4 changes: 4 additions & 0 deletions lineage.dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[
{
"repository": "android_hardware_xiaomi",
"target_path": "hardware/xiaomi"
},
{
"repository": "android_kernel_xiaomi_sdm710",
"target_path": "kernel/xiaomi/sdm710"
Expand Down
10 changes: 0 additions & 10 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
7 changes: 6 additions & 1 deletion sdm710.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,17 @@ PRODUCT_PACKAGES += \
[email protected] \
[email protected]

# Consumer IR
PRODUCT_PACKAGES += \
[email protected]

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

0 comments on commit 72dd785

Please sign in to comment.