Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45b030b6 authored by Bernhard Thoben's avatar Bernhard Thoben
Browse files

kitakami-common: Build power HAL.

Change-Id: Ib51a1e510fba5d60a2e833d626486e23ed798a97
parent 5bc67bc0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -312,6 +312,8 @@ PRODUCT_PACKAGES += \

# Power
PRODUCT_PACKAGES += \
    android.hardware.power@1.0-impl \
    android.hardware.power@1.0-service \
    android.hardware.power.stats@1.0-service.mock

PRODUCT_COPY_FILES += \
+9 −0
Original line number Diff line number Diff line
@@ -164,6 +164,15 @@
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl">
        <name>android.hardware.power</name>
        <transport>hwbinder</transport>
        <version>1.0</version>
        <interface>
            <name>IPower</name>
            <instance>default</instance>
        </interface>
    </hal>
    <hal format="hidl">
        <name>android.hardware.sensors</name>
        <transport arch="32+64">passthrough</transport>