sdm845-common: Build new aidl qti power HAL

Change-Id: I4bdea354e54d34d0dfe9b811e228fc6f8762d2ed
This commit is contained in:
Arian 2020-09-22 20:06:14 +02:00 committed by Bruno Martins
parent d5ccf1f48b
commit 8e9f925145
2 changed files with 1 additions and 19 deletions

View File

@ -202,15 +202,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>qti-gpu</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.power</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>IPower</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.radio</name>
<transport>hwbinder</transport>
@ -369,15 +360,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance>
</interface>
</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">
<name>vendor.lineage.trust</name>
<transport>hwbinder</transport>

View File

@ -240,7 +240,7 @@ PRODUCT_PACKAGES += \
# Power
PRODUCT_PACKAGES += \
android.hardware.power@1.2-service-qti
android.hardware.power-service-qti
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/power/configs/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml