davinci: Build new aidl qti power HAL

Change-Id: I4bdea354e54d34d0dfe9b811e228fc6f8762d2ed
This commit is contained in:
Arian 2020-09-22 20:06:14 +02:00
parent b9c9a2f990
commit d52b6c8e3a
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9
2 changed files with 1 additions and 20 deletions

View File

@ -211,16 +211,6 @@
<fqname>@1.2::IDevice/qti-gpu</fqname> <fqname>@1.2::IDevice/qti-gpu</fqname>
<fqname>@1.2::IDevice/qti-hta</fqname> <fqname>@1.2::IDevice/qti-hta</fqname>
</hal> </hal>
<hal format="hidl">
<name>android.hardware.power</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>IPower</name>
<instance>default</instance>
</interface>
<fqname>@1.2::IPower/default</fqname>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>android.hardware.radio</name> <name>android.hardware.radio</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>
@ -359,15 +349,6 @@
</interface> </interface>
<fqname>@2.1::IGoodixFingerprintDaemon/default</fqname> <fqname>@2.1::IGoodixFingerprintDaemon/default</fqname>
</hal> </hal>
<hal format="hidl">
<name>vendor.lineage.power</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ILineagePower</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>vendor.lineage.trust</name> <name>vendor.lineage.trust</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>

View File

@ -286,7 +286,7 @@ PRODUCT_ENFORCE_RRO_TARGETS += *
# Power # Power
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.power@1.2-service-qti android.hardware.power-service-qti
# Product characteristics # Product characteristics
PRODUCT_CHARACTERISTICS := nosdcard PRODUCT_CHARACTERISTICS := nosdcard