Skip to content

Commit

Permalink
sdm660-common: Build new aidl qti power HAL
Browse files Browse the repository at this point in the history
Change-Id: I4bdea354e54d34d0dfe9b811e228fc6f8762d2ed
  • Loading branch information
ArianK16a authored and rk779 committed Sep 28, 2020
1 parent 01a7d6f commit 801df03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,6 @@
<instance>default</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>
Expand Down Expand Up @@ -393,15 +384,6 @@
<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>
Expand Down
2 changes: 1 addition & 1 deletion sdm660.mk
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ PRODUCT_COPY_FILES += \

# Power
PRODUCT_PACKAGES += \
android.hardware.power@1.2-service-qti
android.hardware.power-service-qti

# Public Libraries
PRODUCT_COPY_FILES += \
Expand Down

0 comments on commit 801df03

Please sign in to comment.