unplugged-system/hardware/google/pixel/power-libperfmgr/aidl/device.mk

15 lines
391 B
Makefile
Raw Normal View History

BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/power-libperfmgr
# sendhint utility
PRODUCT_PACKAGES += \
sendhint
# power HAL
PRODUCT_PACKAGES += \
android.hardware.power-service.pixel-libperfmgr
# Enable adpf cpu hint session for SurfaceFlinger and HWUI
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
debug.sf.enable_adpf_cpu_hint=true \
debug.hwui.use_hint_manager=true