wahoo: Switch to use stable power HAL

Bug: 154570109
Test: build and capture the trace to check
Change-Id: I4794f44266762672ef3b6ad9bf1353f6784e34d6
This commit is contained in:
Kyle Lin
2020-04-21 15:26:05 +08:00
committed by Asriadi Rahim
parent 879dd793fc
commit 38a2f3ff35
2 changed files with 4 additions and 1 deletions

View File

@@ -210,3 +210,6 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/system/lib64/hw/andro
# Vibrator HAL 1.2 renamed from 'wahoo' to 'drv2624'
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.vibrator@1.2-service.wahoo.rc)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/bin/hw/android.hardware.vibrator@1.2-service.wahoo)
# Use stable aidl power HAL
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/etc/init/android.hardware.power-service.pixel-libperfmgr.rc)

View File

@@ -781,4 +781,4 @@ include hardware/google/pixel/mm/device_legacy.mk
include hardware/google/pixel/thermal/device.mk
# power HAL
-include hardware/google/pixel/power-libperfmgr/hidl/device.mk
-include hardware/google/pixel/power-libperfmgr/aidl/device.mk