summaryrefslogtreecommitdiff
path: root/power-libperfmgr/aidl/device.mk
blob: 300f9f1ccdbf67bb01c3dde58810d9bb59cf35ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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